From e353fb53ec254aa2a18733679da3fddae71ddbb7 Mon Sep 17 00:00:00 2001 From: Joseph Capriotti Date: Fri, 10 Jan 2020 16:01:54 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.10=20=E2=86=92=200.4.11?= 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 9ea5b69ef..cc6050ed9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.4.10 +current_version = 0.4.11 files = setup.py discretize/__init__.py docs/conf.py diff --git a/discretize/__init__.py b/discretize/__init__.py index e23272bba..43915448c 100644 --- a/discretize/__init__.py +++ b/discretize/__init__.py @@ -27,7 +27,7 @@ """ ) -__version__ = '0.4.10' +__version__ = '0.4.11' __author__ = 'SimPEG Team' __license__ = 'MIT' __copyright__ = '2013 - 2019, SimPEG Developers, http://simpeg.xyz' diff --git a/docs/conf.py b/docs/conf.py index 3e6107225..9a3699eef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,9 +88,9 @@ # built documents. # # The short X.Y version. -version = '0.4.10' +version = '0.4.11' # The full version, including alpha/beta/rc tags. -release = '0.4.10' +release = '0.4.11' # 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 1dbdb9296..dcb8a2cf3 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def configuration(parent_package='', top_path=None): metadata = dict( name="discretize", - version="0.4.10", + version="0.4.11", setup_requires=build_requires, install_requires=build_requires, author="SimPEG developers",