Browse Source

version bump

tags/1.6.1
Trevor Irons 4 years ago
parent
commit
4f4f3a2051
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      setup.py

+ 2
- 2
setup.py View File

21
     long_description = fh.read()
21
     long_description = fh.read()
22
 
22
 
23
 setup(name='Akvo',
23
 setup(name='Akvo',
24
-      version='1.4.0',
24
+      version='1.4.1',
25
       python_requires='>3.7.0', # due to pyLemma
25
       python_requires='>3.7.0', # due to pyLemma
26
       description='Surface nuclear magnetic resonance workbench',
26
       description='Surface nuclear magnetic resonance workbench',
27
       long_description=long_description,
27
       long_description=long_description,
53
           'pandas',
53
           'pandas',
54
           'pyqt-distutils',
54
           'pyqt-distutils',
55
           'cmocean',
55
           'cmocean',
56
-          'pyLemma >= 0.0.9'
56
+          'pyLemma >= 0.0.11'
57
       ],
57
       ],
58
       packages=['akvo', 'akvo.tressel', 'akvo.gui'],
58
       packages=['akvo', 'akvo.tressel', 'akvo.gui'],
59
       license=['GPL 4.0'],
59
       license=['GPL 4.0'],

Loading…
Cancel
Save