We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fd315 commit d79cb57Copy full SHA for d79cb57
CHANGES.md
@@ -1,4 +1,4 @@
1
-# Version in development
+# Version 1.1.1
2
3
**Bug fixes**
4
doc/source/conf.py
@@ -67,9 +67,9 @@
67
# built documents.
68
#
69
# The short X.Y version.
70
-version = '1.1.0'
+version = '1.1.1'
71
# The full version, including alpha/beta/rc tags.
72
-release = '1.1.0'
+release = '1.1.1'
73
74
# The language for content autogenerated by Sphinx. Refer to documentation
75
# for a list of supported languages.
netpyne/__init__.py
@@ -4,7 +4,7 @@
NetPyNE consists of a number of sub-packages and modules.
5
"""
6
7
-__version__ = '1.1.0'
+__version__ = '1.1.1'
8
import os, sys
9
10
display = os.getenv('DISPLAY')
0 commit comments