Skip to content

Commit 39a1801

Browse files
committed
To v1.1.3+osbv2
1 parent e51dccc commit 39a1801

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
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.3+osbv2",
2222
url="https://github.com/MetaCell/NetPyNE-UI",
2323
author="MetaCell",
2424
author_email="info@metacell.us",

webapp/components/general/Dialog.js

Lines changed: 1 addition & 1 deletion
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.3+osbv2
2323
</Link>
2424
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
2525
NetPyNE v1.0.6

0 commit comments

Comments
 (0)