Skip to content

Commit ded3925

Browse files
committed
an official postrelease
1 parent c563189 commit ded3925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def loadTextFrom(path):
5353
cPymice = Extension('pymice._C', sources = ['pymice.cpp'])
5454
#install_requires = ['numpy']?
5555
setup(name = 'PyMICE',
56-
version = '0.2.5.post0.dev0',
56+
version = '0.2.5.post0',
5757
url = 'https://neuroinflab.wordpress.com/research/pymice/',
5858
description = 'PyMICE - a Python® library for mice behavioural data analysis',
5959
long_description = loadTextFrom('README.rst'),

0 commit comments

Comments
 (0)