diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f1d5e886b..5c126b38c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.1.15 +current_version = 0.1.16 files = setup.py discretize/__init__.py docs/conf.py diff --git a/discretize/__init__.py b/discretize/__init__.py index 5ee809549..fde9ebabb 100644 --- a/discretize/__init__.py +++ b/discretize/__init__.py @@ -18,7 +18,7 @@ """ ) -__version__ = '0.1.15' +__version__ = '0.1.16' __author__ = 'SimPEG Team' __license__ = 'MIT' __copyright__ = '2013 - 2017, SimPEG Developers, http://simpeg.xyz' diff --git a/docs/conf.py b/docs/conf.py index 1f6a82aab..178f3dc27 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = '0.1.15' +version = '0.1.16' # The full version, including alpha/beta/rc tags. -release = '0.1.15' +release = '0.1.16' # 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 d526e3f9d..b09b1307b 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def configuration(parent_package='', top_path=None): setup( name="discretize", - version="0.1.15", + version="0.1.16", install_requires=[ 'numpy>=1.7', 'scipy>=0.13',