From 0b49d1bd6f090a48f21e79f7e97b02ca34059d8a Mon Sep 17 00:00:00 2001 From: varga Date: Fri, 6 Mar 2020 17:27:41 +0100 Subject: [PATCH] [DOC] Updated version --- docs/source/conf.py | 4 ++-- gempy/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b96e94798..1a0db814a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -99,9 +99,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '2.0' +version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.0.1' +release = '2.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/gempy/__init__.py b/gempy/__init__.py index 80b11f233..e1974c26d 100644 --- a/gempy/__init__.py +++ b/gempy/__init__.py @@ -18,7 +18,7 @@ import gempy.plot.plot as plot assert sys.version_info[0] >= 3, "GemPy requires Python 3.X" # sys.version_info[1] for minor e.g. 6 -__version__ = '2.0.1' +__version__ = '2.1.0' if __name__ == '__main__': pass diff --git a/setup.py b/setup.py index 7541efa95..eba6cb941 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='gempy', - version='2.0.1', + version='2.1.0', packages=find_packages(exclude=('test', 'docs')), include_package_data=True, install_requires=[