Skip to content

Commit b46ff9e

Browse files
committed
Bumping up versions for 090 release
1 parent 49ee361 commit b46ff9e

File tree

5 files changed

+98
-3443
lines changed

5 files changed

+98
-3443
lines changed

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.8.1",
18+
version="0.9.0",
1919
url="https://github.com/MetaCell/NetPyNE-UI",
2020
author="MetaCell",
2121
author_email="[email protected]",

webapp/components/general/Dialog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ 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.8.1
29+
NetPyNE-UI v0.9.0
3030
</Link>
3131
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
32-
NetPyNE v1.0.2.1
32+
NetPyNE v1.0.3
3333
</Link>
3434
<Link variant="h5" style={{ display: 'block' }} href="https://www.neuron.yale.edu/neuron/" target="_blank">
3535
NEURON v8.0.2

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

webapp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geppetto-netpyne",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Geppetto NetPyNE-UI frontend.",
55
"repository": "https://github.com/MetaCell/NetPyNE-UI",
66
"license": "MIT",
@@ -19,9 +19,9 @@
1919
"@material-ui/core": "4.12.1",
2020
"@material-ui/icons": "^4.11.2",
2121
"@material-ui/lab": "^4.0.0-alpha.60",
22-
"@metacell/geppetto-meta-client": "1.0.0-final",
23-
"@metacell/geppetto-meta-core": "1.0.0-final",
24-
"@metacell/geppetto-meta-ui": "1.0.0-final",
22+
"@metacell/geppetto-meta-client": "1.1.0",
23+
"@metacell/geppetto-meta-core": "1.1.0",
24+
"@metacell/geppetto-meta-ui": "1.1.0",
2525
"@nosferatu500/react-sortable-tree": "3.0.5",
2626
"@sentry/integrations": "^6.16.1",
2727
"@sentry/react": "^6.16.1",

0 commit comments

Comments
 (0)