Skip to content
Snippets Groups Projects
Commit 424473fc authored by vvbragin's avatar vvbragin
Browse files

VERSION 1.0.6

parent 84942048
No related branches found
No related tags found
No related merge requests found
# Version in development # Version 1.0.6
**New features** **New features**
......
...@@ -67,9 +67,9 @@ copyright = '' #2019, Salvador Dura-Bernal (Neurosim lab)' ...@@ -67,9 +67,9 @@ copyright = '' #2019, Salvador Dura-Bernal (Neurosim lab)'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.0.5' version = '1.0.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.0.5' release = '1.0.6'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -4,7 +4,7 @@ NetPyNE (Networks using Python and NEURON) is a Python package to facilitate the ...@@ -4,7 +4,7 @@ NetPyNE (Networks using Python and NEURON) is a Python package to facilitate the
NetPyNE consists of a number of sub-packages and modules. NetPyNE consists of a number of sub-packages and modules.
""" """
__version__ = '1.0.5' __version__ = '1.0.6'
import os, sys import os, sys
display = os.getenv('DISPLAY') display = os.getenv('DISPLAY')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment