Skip to content

Commit 4b86c67

Browse files
author
Travis Jacobs
committed
Remove alpha tag from version number
Former-commit-id: ba84f1b
1 parent 54d4ff8 commit 4b86c67

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

PyOpenWorm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
.. automodule:: PyOpenWorm.configure
5757
"""
5858

59-
__version__ = '0.5.0-alpha'
59+
__version__ = '0.5.0'
6060
__author__ = 'Stephen Larson'
6161

6262
import traceback, sys, os

setup.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,36 +21,36 @@ def run(self):
2121
cmdclass = {'install': install},
2222
zip_safe = False,
2323
install_requires=[
24-
'xlrd',
25-
'libneuroml',
26-
'zodb==4.1.0',
27-
'Pint',
28-
'rdflib>=4.1.2',
2924
'BTrees==4.0.8',
30-
'SPARQLWrapper==1.6.2',
31-
'ZConfig==3.0.4',
3225
'decorator==3.4.0',
3326
'discover==0.4.0',
3427
'html5lib==0.999',
3528
'isodate==0.5.0',
29+
'libneuroml',
3630
'networkx==1.9',
3731
'numpydoc==0.5',
3832
'persistent==4.0.8',
33+
'Pint',
3934
'pyparsing==2.0.2',
35+
'rdflib>=4.1.2',
4036
'rdflib_zodb==1.0',
4137
'requirements==0.1',
38+
'SPARQLWrapper==1.6.2',
4239
'transaction==1.4.3',
4340
'wsgiref==0.1.2',
41+
'xlrd',
4442
'zc.lockfile==1.1.0',
43+
'ZConfig==3.0.4',
4544
'zdaemon==4.0.0',
45+
'zodb==4.1.0',
4646
'zope.interface==4.1.1'
4747
],
4848
dependency_links = [
4949
'git://github.com/NeuralEnsemble/libNeuroML.git#egg=libNeuroML',
5050
'git://github.com/zopefoundation/ZODB.git#egg=ZODB',
5151
],
5252
setup_requires = "six==1.9.0",
53-
version = '0.5.0-alpha',
53+
version = '0.5.0',
5454
packages = ['PyOpenWorm'],
5555
package_data = {'PyOpenWorm':['default.conf']},
5656
author = 'OpenWorm.org authors and contributors',

0 commit comments

Comments
 (0)