Skip to content

Commit 24b918a

Browse files
committed
Merge branch 'release/0.9.1' of github.com:MetaCell/NetPyNE-UI into osb2-dev
2 parents aa0196a + 6d30175 commit 24b918a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mistune==0.8.4
4343
multimethod==1.3
4444
nbconvert==5.6.1
4545
nbformat==5.0.6
46-
netpyne==1.0.3
46+
netpyne==1.0.3.1
4747
NEURON==8.0.2
4848
numpy==1.18.5
4949
oauthlib==3.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="netpyne_ui",
21-
version="0.9.0",
21+
version="0.9.1",
2222
url="https://github.com/MetaCell/NetPyNE-UI",
2323
author="MetaCell",
2424
author_email="info@metacell.us",

webapp/dev_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geppetto-netpyne",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Geppetto NetPyNE-UI frontend.",
55
"repository": "https://github.com/MetaCell/NetPyNE-UI",
66
"license": "MIT",

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geppetto-netpyne",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Geppetto NetPyNE-UI frontend.",
55
"repository": "https://github.com/MetaCell/NetPyNE-UI",
66
"license": "MIT",

0 commit comments

Comments
 (0)