Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSymington authored and AdamSymington committed Feb 23, 2022
1 parent 6baafa2 commit 3cb45e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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__ = "[email protected]"
__date__ = "1/12/2021"
Expand All @@ -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',
Expand Down

0 comments on commit 3cb45e5

Please sign in to comment.