Skip to content

Commit c30236d

Browse files
authored
Merge pull request #665 from MetaCell/release/0.9.1
Merging 091 back to master
2 parents 0d18663 + 6d30175 commit c30236d

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 @@ multimethod==1.3
4343
nbconvert==5.6.1
4444
nbformat==5.0.6
4545
neuromllite==0.1.9
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
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="netpyne_ui",
18-
version="0.9.0",
18+
version="0.9.1",
1919
url="https://github.com/MetaCell/NetPyNE-UI",
2020
author="MetaCell",
2121
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)