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 15
15
16
16
setuptools .setup (
17
17
name = "netpyne_ui" ,
18
- version = "0.5.2 " ,
18
+ version = "0.6.0 " ,
19
19
url = "https://github.com/MetaCell/NetPyNE-UI" ,
20
20
author = "MetaCell" ,
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const AboutContent = () => (
15
15
< Paper style = { { backgroundColor : "white" , textAlign : 'center' } } >
16
16
< img style = { { width : 250 } } src = "geppetto/build/static/splash.png" > </ img >
17
17
< 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 >
19
19
</ Box >
20
20
21
21
< Box m = { 1 } >
Original file line number Diff line number Diff line change 77
77
]
78
78
}
79
79
}
80
- }
80
+ }
You can’t perform that action at this time.
0 commit comments