From cd7c205266e338c70ebf50ec15c506c03d7427f2 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Mon, 8 Jul 2019 14:11:04 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.7=20=E2=86=92=200.4.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- discretize/__init__.py | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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',