We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f4712b + c4b93cd commit 294c496Copy full SHA for 294c496
1 file changed
setup.py
@@ -15,7 +15,7 @@
15
16
setuptools.setup(
17
name="netpyne_ui",
18
- version="0.4",
+ version="0.5",
19
url="https://github.com/MetaCell/NetPyNE-UI",
20
author="MetaCell",
21
author_email="info@metacell.us",
@@ -37,7 +37,7 @@
37
'Programming Language :: Python :: 3.7'
38
],
39
install_requires=[
40
- 'jupyter_geppetto==0.4.1.2',
+ 'jupyter_geppetto==0.4.2',
41
'netpyne==0.9.0'
42
43
)
0 commit comments