Skip to content

Commit 2b8e342

Browse files
committed
Bump version: 0.1.1b1 → 0.1.1
1 parent bb27f29 commit 2b8e342

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.1.1b1
2+
current_version = 0.1.1
33
files = setup.py discretize/__init__.py docs/conf.py
44

discretize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from discretize.TreeMesh import TreeMesh
66
from discretize import Tests
77

8-
__version__ = '0.1.1b1'
8+
__version__ = '0.1.1'
99
__author__ = 'Rowan Cockett'
1010
__license__ = 'MIT'
1111
__copyright__ = 'Copyright 2017 Rowan Cockett'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.1.1b1'
63+
version = '0.1.1'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.1.1b1'
65+
release = '0.1.1'
6666

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def finalize_options(self):
6666

6767
setup(
6868
name="discretize",
69-
version="0.1.1b1",
69+
version="0.1.1",
7070
packages=find_packages(),
7171
install_requires=[
7272
'numpy>=1.7',

0 commit comments

Comments
 (0)