Skip to content

Commit e8ac8ca

Browse files
committed
Bump version: 0.3.11 → 0.4.0
1 parent 2ff7f30 commit e8ac8ca

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.3.11
2+
current_version = 0.4.0
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
@@ -27,7 +27,7 @@
2727
"""
2828
)
2929

30-
__version__ = '0.3.11'
30+
__version__ = '0.4.0'
3131
__author__ = 'SimPEG Team'
3232
__license__ = 'MIT'
3333
__copyright__ = '2013 - 2019, SimPEG Developers, http://simpeg.xyz'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
# built documents.
8888
#
8989
# The short X.Y version.
90-
version = '0.3.11'
90+
version = '0.4.0'
9191
# The full version, including alpha/beta/rc tags.
92-
release = '0.3.11'
92+
release = '0.4.0'
9393

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

setup.py

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

5757
setup(
5858
name="discretize",
59-
version="0.3.11",
59+
version="0.4.0",
6060
install_requires=[
6161
'numpy>=1.8',
6262
'scipy>=0.13',

0 commit comments

Comments
 (0)