Skip to content

Commit 85b0efc

Browse files
authored
Merge pull request #704 from MetaCell/feature/netpyne-130
#NETPYNE-130: bumping versions up
2 parents 812e689 + a6cd3a8 commit 85b0efc

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jupyterthemes==0.20.0
3434
kiwisolver==1.2.0
3535
lesscpy==0.14.0
3636
libNeuroML==0.4.0
37-
lfpykit==0.5
37+
lfpykit==0.5.1
3838
lxml==4.5.1
3939
Mako==1.1.0
4040
MarkupSafe==1.1.1
@@ -44,7 +44,7 @@ mistune==0.8.4
4444
multimethod==1.3
4545
nbconvert==5.6.1
4646
nbformat==5.0.6
47-
netpyne==1.0.3.1
47+
netpyne==1.0.4.1
4848
NEURON==8.2.2
4949
numpy==1.18.5
5050
oauthlib==3.0.1

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="netpyne_ui",
21-
version="0.9.1",
21+
version="1.0.0",
2222
url="https://github.com/MetaCell/NetPyNE-UI",
2323
author="MetaCell",
2424
author_email="info@metacell.us",
@@ -41,8 +41,8 @@
4141
],
4242
install_requires=[
4343
'jupyter-geppetto>=1.0.0',
44-
'NEURON>=8.0.2',
45-
'netpyne>=1.0.3.1',
44+
'NEURON>=8.2.2',
45+
'netpyne>=1.0.4.1',
4646
'neuromllite==0.5.1',
4747
'pyNeuroML>=0.7.1',
4848
'sentry_sdk>=1.5.2',

webapp/components/general/Dialog.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ const AboutContent = withStyles(styles)(({ classes }) => (
2626
<img width="250" src={logoNetpyne} />
2727
<Box m={1}>
2828
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/MetaCell/NetPyNE-UI" target="_blank">
29-
NetPyNE-UI v0.9.1
29+
NetPyNE-UI v1.0.0
3030
</Link>
3131
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
32-
NetPyNE v1.0.3.1
32+
NetPyNE v1.0.4.1
3333
</Link>
3434
<Link variant="h5" style={{ display: 'block' }} href="https://www.neuron.yale.edu/neuron/" target="_blank">
35-
NEURON v8.0.2
35+
NEURON v8.2.2
3636
</Link>
3737
</Box>
3838

3939
<Box m={1}>
4040
<Typography variant="body2" color={secondaryColor}>
4141
NetPyNE is a Python package to facilitate the development, simulation,
4242
parallelization, and analysis of biological neuronal networks using the
43-
NEURON simulator. Checkout our
43+
NEURON simulator. Check out our
4444
{' '}
4545
<Link href="https://elifesciences.org/articles/44494" target="_blank">
4646
eLife paper.

webapp/dev_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geppetto-netpyne",
3-
"version": "0.9.1",
3+
"version": "1.0.0",
44
"description": "Geppetto NetPyNE-UI frontend.",
55
"repository": "https://github.com/MetaCell/NetPyNE-UI",
66
"license": "MIT",

webapp/package.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geppetto-netpyne",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "Geppetto NetPyNE-UI frontend.",
55
"repository": "https://github.com/MetaCell/NetPyNE-UI",
66
"license": "MIT",

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geppetto-netpyne",
3-
"version": "0.9.1",
3+
"version": "1.0.0",
44
"description": "Geppetto NetPyNE-UI frontend.",
55
"repository": "https://github.com/MetaCell/NetPyNE-UI",
66
"license": "MIT",

0 commit comments

Comments
 (0)