Browse Source

bump version

Bastien Sevajol 6 years ago
parent
commit
9348537b54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py View File

@@ -27,7 +27,7 @@ if sys.version_info.major == 3 and sys.version_info.minor == 4:
27 27
 
28 28
 setup(
29 29
     name='synergine2',
30
-    version='1.0.2',
30
+    version='1.0.3',
31 31
     description='Subject focus simulation framework',
32 32
     author='Bastien Sevajol',
33 33
     author_email='sevajol.bastien@gmail.com',