Skip to content

Commit 28c50a6

Browse files
committed
bumping release up
1 parent dee4f40 commit 28c50a6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="netpyne_ui",
21-
version="1.1.0",
21+
version="1.1.1",
2222
url="https://github.com/MetaCell/NetPyNE-UI",
2323
author="MetaCell",
2424
author_email="[email protected]",

webapp/components/general/Dialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const AboutContent = withStyles(styles)(({ classes }) => (
1919
<img width="250" src={logoNetpyne} />
2020
<Box m={1}>
2121
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/MetaCell/NetPyNE-UI" target="_blank">
22-
NetPyNE-UI v1.1.0
22+
NetPyNE-UI v1.1.1
2323
</Link>
2424
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
2525
NetPyNE v1.0.6

webapp/dev_package.json

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

webapp/package.bak

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

webapp/package.json

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

0 commit comments

Comments
 (0)