From 3cb45e5e87e6fb1186604bf818ea5035df33f7e6 Mon Sep 17 00:00:00 2001 From: AdamSymington <73109841+AdamSymington@users.noreply.github.com> Date: Wed, 23 Feb 2022 21:21:43 +0000 Subject: [PATCH] bump versions --- docs/source/conf.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5aab371..239d2a0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Adam R. Symington, Joshua S. Tse' # The full version, including alpha/beta/rc tags -release = '2.0.1' +release = '2.0.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 9e8f819..b173135 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ __author__ = "Adam R. Symington" __copyright__ = "Copyright Adam R.Symington (2019)" -__version__ = "2.0.1" +__version__ = "2.0.2" __maintainer__ = "Adam R. Symington" __email__ = "ars44s@bath.ac.uk" __date__ = "1/12/2021" @@ -13,7 +13,7 @@ if __name__ == "__main__": setup( name='surfinpy', - version='2.0.1', + version='2.0.2', description='Surface Phase Diagram Plotting Tools', long_description=open(os.path.join(module_dir, 'README.md')).read(), long_description_content_type='text/markdown',