Skip to content

Commit 9eef364

Browse files
committed
Bump version: 0.5.1 → 0.6.0
1 parent 8df4cfb commit 9eef364

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,3 +1,3 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.6.0
33
files = setup.py discretize/__init__.py docs/conf.py

discretize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
)
2929
from discretize import tests
3030

31-
__version__ = "0.5.1"
31+
__version__ = "0.6.0"
3232
__author__ = "SimPEG Team"
3333
__license__ = "MIT"
3434
__copyright__ = "2013, SimPEG Developers, http://simpeg.xyz"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
# built documents.
7676
#
7777
# The short X.Y version.
78-
version = "0.5.1"
78+
version = "0.6.0"
7979
# The full version, including alpha/beta/rc tags.
80-
release = "0.5.1"
80+
release = "0.6.0"
8181

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def configuration(parent_package="", top_path=None):
5858

5959
metadata = dict(
6060
name="discretize",
61-
version="0.5.1",
61+
version="0.6.0",
6262
python_requires=">=3.6",
6363
setup_requires=build_requires,
6464
install_requires=install_requires,

0 commit comments

Comments
 (0)