changeset 2665:20bf6887d1ed

core: minor version fix for pyjamas workaround
author Goffi <goffi@goffi.org>
date Fri, 31 Aug 2018 15:25:25 +0200
parents e35a265ec174
children bc122b68eacd
files sat/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat/__init__.py	Sat Aug 11 18:24:55 2018 +0200
+++ b/sat/__init__.py	Fri Aug 31 15:25:25 2018 +0200
@@ -24,4 +24,4 @@
         __version__ = f.read().strip()
 except NotImplementedError:
     # pyjamas workaround
-    __version__ = "0.7D"
+    __version__ = "0.7.0D"