Skip to content

Commit 005d17c

Browse files
committed
ready for version v0.1.1
1 parent 8c0a5d1 commit 005d17c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ciw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from import_params import *
1111
from network import *
1212

13-
__version__ = '0.1.0'
13+
__version__ = '0.1.1'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0.1.0'
62+
version = '0.1.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.1.0'
64+
release = '0.1.1'
6565

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Ciw',
5-
version='0.1.0',
5+
version='0.1.1',
66
author='Geraint Palmer, Vincent Knight',
77
author_email=('palmer.geraint@googlemail.com'),
88
packages = ['ciw'],

0 commit comments

Comments
 (0)