We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0a5d1 commit 005d17cCopy full SHA for 005d17c
3 files changed
ciw/__init__.py
@@ -10,4 +10,4 @@
10
from import_params import *
11
from network import *
12
13
-__version__ = '0.1.0'
+__version__ = '0.1.1'
docs/conf.py
@@ -59,9 +59,9 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = '0.1.0'
+version = '0.1.1'
63
# The full version, including alpha/beta/rc tags.
64
-release = '0.1.0'
+release = '0.1.1'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='Ciw',
5
- version='0.1.0',
+ version='0.1.1',
6
author='Geraint Palmer, Vincent Knight',
7
author_email=('palmer.geraint@googlemail.com'),
8
packages = ['ciw'],
0 commit comments