Skip to content

Commit 55a561b

Browse files
committed
package versioned as a final release
1 parent 12d1817 commit 55a561b

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

5454
cPymice = Extension('pymice._C', sources = ['pymice.cpp'])
5555
setup(name = 'PyMICE',
56-
version = __version__ + 'dev1',
56+
version = __version__,
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)