Skip to content

Commit

Permalink
1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
luissilva1044894 committed Feb 13, 2021
1 parent dc24ca1 commit 3c0c99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrez/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__license__ = "MIT"
__package_name__ = "pyrez"
__url__ = "https://github.com/luissilva1044894/{package_name}".format(package_name=__package_name__)#"https://{package_name}.readthedocs.io/en/stable".format(package_name=__package_name__)
VERSION = (1, 1, 1, 'dev0')
VERSION = (1, 1, 1)
__version__ = '.'.join(map(str, VERSION))
__title__ = '{}/{}'.format(__package_name__.capitalize(), __version__)
version = __version__
Expand Down

0 comments on commit 3c0c99f

Please sign in to comment.