Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax authored Sep 15, 2020
1 parent 5029232 commit d0a4acb
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 (2020)"
__version__ = "0.3.5"
__version__ = "0.3.6"
__maintainer__ = "Maxim Ziatdinov"
__email__ = "[email protected]"
__date__ = "05/20/2020"
Expand All @@ -13,7 +13,7 @@
if __name__ == "__main__":
setup(
name='gpim',
version='0.3.5',
version='0.3.6',
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 d0a4acb

Please sign in to comment.