File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.1b1
2+ current_version = 0.1.1
33files = setup.py discretize/__init__.py docs/conf.py
44
Original file line number Diff line number Diff line change 55from discretize .TreeMesh import TreeMesh
66from 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'
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def finalize_options(self):
6666
6767setup (
6868 name = "discretize" ,
69- version = "0.1.1b1 " ,
69+ version = "0.1.1 " ,
7070 packages = find_packages (),
7171 install_requires = [
7272 'numpy>=1.7' ,
You can’t perform that action at this time.
0 commit comments