File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616setuptools .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 = "info@metacell.us" ,
Original file line number Diff line number Diff 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 } >
Original file line number Diff line number Diff line change 7777 ]
7878 }
7979 }
80- }
80+ }
You can’t perform that action at this time.
0 commit comments