Skip to content

Commit d79cb57

Browse files
committed
VERSION 1.1.1
1 parent c4fd315 commit d79cb57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version in development
1+
# Version 1.1.1
22

33
**Bug fixes**
44

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = '1.1.0'
70+
version = '1.1.1'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '1.1.0'
72+
release = '1.1.1'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

netpyne/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
NetPyNE consists of a number of sub-packages and modules.
55
"""
66

7-
__version__ = '1.1.0'
7+
__version__ = '1.1.1'
88
import os, sys
99

1010
display = os.getenv('DISPLAY')

0 commit comments

Comments
 (0)