Skip to content

Commit dbfafd8

Browse files
committed
Bump version: 0.3.7 → 0.3.8
1 parent e10bdad commit dbfafd8

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.7
2+
current_version = 0.3.8
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.7'
30+
__version__ = '0.3.8'
3131
__author__ = 'SimPEG Team'
3232
__license__ = 'MIT'
3333
__copyright__ = '2013 - 2017, SimPEG Developers, http://simpeg.xyz'

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.3.7'
63+
version = '0.3.8'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.3.7'
65+
release = '0.3.8'
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
@@ -56,7 +56,7 @@ def configuration(parent_package='', top_path=None):
5656

5757
setup(
5858
name="discretize",
59-
version="0.3.7",
59+
version="0.3.8",
6060
install_requires=[
6161
'numpy>=1.7',
6262
'scipy>=0.13',

0 commit comments

Comments
 (0)