Skip to content

Commit 896323c

Browse files
committed
#NETPYNE-130: bumping versions up
1 parent 812e689 commit 896323c

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mistune==0.8.4
4444
multimethod==1.3
4545
nbconvert==5.6.1
4646
nbformat==5.0.6
47-
netpyne==1.0.3.1
47+
netpyne==1.0.4.1
4848
NEURON==8.2.2
4949
numpy==1.18.5
5050
oauthlib==3.0.1

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="netpyne_ui",
21-
version="0.9.1",
21+
version="1.0.0",
2222
url="https://github.com/MetaCell/NetPyNE-UI",
2323
author="MetaCell",
2424
author_email="info@metacell.us",
@@ -41,8 +41,8 @@
4141
],
4242
install_requires=[
4343
'jupyter-geppetto>=1.0.0',
44-
'NEURON>=8.0.2',
45-
'netpyne>=1.0.3.1',
44+
'NEURON>=8.2.2',
45+
'netpyne>=1.0.4.1',
4646
'neuromllite==0.5.1',
4747
'pyNeuroML>=0.7.1',
4848
'sentry_sdk>=1.5.2',

webapp/components/general/Dialog.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ const AboutContent = withStyles(styles)(({ classes }) => (
2626
<img width="250" src={logoNetpyne} />
2727
<Box m={1}>
2828
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/MetaCell/NetPyNE-UI" target="_blank">
29-
NetPyNE-UI v0.9.1
29+
NetPyNE-UI v1.0.0
3030
</Link>
3131
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
32-
NetPyNE v1.0.3.1
32+
NetPyNE v1.0.4.1
3333
</Link>
3434
<Link variant="h5" style={{ display: 'block' }} href="https://www.neuron.yale.edu/neuron/" target="_blank">
35-
NEURON v8.0.2
35+
NEURON v8.2.2
3636
</Link>
3737
</Box>
3838

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.1",
3+
"version": "1.0.0",
44
"description": "Geppetto NetPyNE-UI frontend.",
55
"repository": "https://github.com/MetaCell/NetPyNE-UI",
66
"license": "MIT",

webapp/package.bak

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": "1.0.0",
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.1",
3+
"version": "1.0.0",
44
"description": "Geppetto NetPyNE-UI frontend.",
55
"repository": "https://github.com/MetaCell/NetPyNE-UI",
66
"license": "MIT",

0 commit comments

Comments
 (0)