We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d1817 commit 55a561bCopy full SHA for 55a561b
setup.py
@@ -53,7 +53,7 @@ def loadTextFrom(path):
53
54
cPymice = Extension('pymice._C', sources = ['pymice.cpp'])
55
setup(name = 'PyMICE',
56
- version = __version__ + 'dev1',
+ version = __version__,
57
url = 'https://neuroinflab.wordpress.com/research/pymice/',
58
description = 'PyMICE - a Python® library for mice behavioural data analysis',
59
long_description = loadTextFrom('README.rst'),
0 commit comments