Skip to content

Commit

Permalink
bumping release up
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jul 10, 2024
1 parent dee4f40 commit 28c50a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setuptools.setup(
name="netpyne_ui",
version="1.1.0",
version="1.1.1",
url="https://github.com/MetaCell/NetPyNE-UI",
author="MetaCell",
author_email="info@metacell.us",
Expand Down
2 changes: 1 addition & 1 deletion webapp/components/general/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const AboutContent = withStyles(styles)(({ classes }) => (
<img width="250" src={logoNetpyne} />
<Box m={1}>
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/MetaCell/NetPyNE-UI" target="_blank">
NetPyNE-UI v1.1.0
NetPyNE-UI v1.1.1
</Link>
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
NetPyNE v1.0.6
Expand Down
2 changes: 1 addition & 1 deletion webapp/dev_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geppetto-netpyne",
"version": "1.1.0",
"version": "1.1.1",
"description": "Geppetto NetPyNE-UI frontend.",
"repository": "https://github.com/MetaCell/NetPyNE-UI",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.bak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geppetto-netpyne",
"version": "1.1.0",
"version": "1.1.1",
"description": "Geppetto NetPyNE-UI frontend.",
"repository": "https://github.com/MetaCell/NetPyNE-UI",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geppetto-netpyne",
"version": "1.1.0",
"version": "1.1.1",
"description": "Geppetto NetPyNE-UI frontend.",
"repository": "https://github.com/MetaCell/NetPyNE-UI",
"license": "MIT",
Expand Down

0 comments on commit 28c50a6

Please sign in to comment.