Skip to content

Commit 4fdd2c0

Browse files
authored
Merge pull request #105 from MetaCell/test_release_0.5.1
bump version
2 parents 2d1c23e + a6af93f commit 4fdd2c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="netpyne_ui",
18-
version="0.5",
18+
version="0.5.1",
1919
url="https://github.com/MetaCell/NetPyNE-UI",
2020
author="MetaCell",
2121
author_email="info@metacell.us",
@@ -38,6 +38,6 @@
3838
],
3939
install_requires=[
4040
'jupyter_geppetto==0.4.2',
41-
'netpyne==0.9.0'
41+
'netpyne==0.9.1'
4242
],
4343
)

0 commit comments

Comments
 (0)