Browse Source

bump version

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

+ 1 - 1
setup.py View File

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