We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5e201 commit 570554dCopy full SHA for 570554d
3 files changed
setup.py
@@ -15,7 +15,7 @@
15
16
setuptools.setup(
17
name="netpyne_ui",
18
- version="0.5.2",
+ version="0.6.0",
19
url="https://github.com/MetaCell/NetPyNE-UI",
20
author="MetaCell",
21
author_email="info@metacell.us",
webapp/components/general/Dialog.js
@@ -15,7 +15,7 @@ const AboutContent = () => (
<Paper style={{ backgroundColor: "white", textAlign: 'center' }}>
<img style={{ width: 250 }} src="geppetto/build/static/splash.png"></img>
<Box m={1}>
- <Typography variant="h5" style={{ color: secondaryColor }}>NetPyNE-UI v0.5.2</Typography>
+ <Typography variant="h5" style={{ color: secondaryColor }}>NetPyNE-UI v0.6.0</Typography>
</Box>
<Box m={1} >
webapp/package.json
@@ -77,4 +77,4 @@
77
]
78
}
79
80
-}
+}
0 commit comments