We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51dccc commit 39a1801Copy full SHA for 39a1801
2 files changed
setup.py
@@ -18,7 +18,7 @@
18
19
setuptools.setup(
20
name="netpyne_ui",
21
- version="1.1.0",
+ version="1.1.3+osbv2",
22
url="https://github.com/MetaCell/NetPyNE-UI",
23
author="MetaCell",
24
author_email="info@metacell.us",
webapp/components/general/Dialog.js
@@ -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.3+osbv2
</Link>
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
25
NetPyNE v1.0.6
0 commit comments