Skip to content

Commit 0d6d549

Browse files
committed
Merge branch 'development' into issue_plot
2 parents d409801 + 294c496 commit 0d6d549

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)