diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7f6df5bcd..85c1adae3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.4.7 +current_version = 0.4.8 files = setup.py discretize/__init__.py docs/conf.py diff --git a/discretize/__init__.py b/discretize/__init__.py index 6d8e22f64..54a76a00e 100644 --- a/discretize/__init__.py +++ b/discretize/__init__.py @@ -27,7 +27,7 @@ """ ) -__version__ = '0.4.7' +__version__ = '0.4.8' __author__ = 'SimPEG Team' __license__ = 'MIT' __copyright__ = '2013 - 2019, SimPEG Developers, http://simpeg.xyz' diff --git a/docs/conf.py b/docs/conf.py index a802316ca..d613c52ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,9 +88,9 @@ # built documents. # # The short X.Y version. -version = '0.4.7' +version = '0.4.8' # The full version, including alpha/beta/rc tags. -release = '0.4.7' +release = '0.4.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index ac37f7a9b..1c3812e81 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def configuration(parent_package='', top_path=None): setup( name="discretize", - version="0.4.7", + version="0.4.8", install_requires=[ 'numpy>=1.8', 'scipy>=0.13',