We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c563189 commit ded3925Copy full SHA for ded3925
setup.py
@@ -53,7 +53,7 @@ def loadTextFrom(path):
53
cPymice = Extension('pymice._C', sources = ['pymice.cpp'])
54
#install_requires = ['numpy']?
55
setup(name = 'PyMICE',
56
- version = '0.2.5.post0.dev0',
+ version = '0.2.5.post0',
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