Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax committed Apr 21, 2020
1 parent 9058b11 commit 0a28e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Maxim Ziatdinov"
__copyright__ = "Copyright Maxim Ziatdinov (2019)"
__version__ = "0.2.2"
__version__ = "0.2.3"
__maintainer__ = "Maxim Ziatdinov"
__email__ = "[email protected]"
__date__ = "04/08/2019"
Expand All @@ -13,7 +13,7 @@
if __name__ == "__main__":
setup(
name='gpim',
version='0.2.2',
version='0.2.3',
description='Gaussian processes for image analysis',
long_description=open(os.path.join(module_dir, 'README.md')).read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0a28e76

Please sign in to comment.