Skip to content

Commit 570554d

Browse files
committed
Version update
1 parent 6f5e201 commit 570554d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="netpyne_ui",
18-
version="0.5.2",
18+
version="0.6.0",
1919
url="https://github.com/MetaCell/NetPyNE-UI",
2020
author="MetaCell",
2121
author_email="[email protected]",

webapp/components/general/Dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const AboutContent = () => (
1515
<Paper style={{ backgroundColor: "white", textAlign: 'center' }}>
1616
<img style={{ width: 250 }} src="geppetto/build/static/splash.png"></img>
1717
<Box m={1}>
18-
<Typography variant="h5" style={{ color: secondaryColor }}>NetPyNE-UI v0.5.2</Typography>
18+
<Typography variant="h5" style={{ color: secondaryColor }}>NetPyNE-UI v0.6.0</Typography>
1919
</Box>
2020

2121
<Box m={1} >

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
]
7878
}
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)