Skip to content

Commit 294c496

Browse files
authored
Merge pull request #98 from MetaCell/test_release
bump version
2 parents 6f4712b + c4b93cd commit 294c496

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.4",
18+
version="0.5",
1919
url="https://github.com/MetaCell/NetPyNE-UI",
2020
author="MetaCell",
2121
author_email="info@metacell.us",
@@ -37,7 +37,7 @@
3737
'Programming Language :: Python :: 3.7'
3838
],
3939
install_requires=[
40-
'jupyter_geppetto==0.4.1.2',
40+
'jupyter_geppetto==0.4.2',
4141
'netpyne==0.9.0'
4242
],
4343
)

0 commit comments

Comments
 (0)