Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
luissilva1044894 committed May 15, 2020
1 parent e96fe23 commit e4c379a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrez/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
__author__ = "Luis (Lugg) Gustavo"
__author_email__ = "the.nonsocial@gmail.com"
__copyright__ = "2018-{}, {}".format(datetime.utcnow().year, __author__)
__build__ = 0x01010001
__build__ = 0x01010003
__description__ = "An open-source wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python."
__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, 0, 2)
VERSION = (1, 1, 0, 3)
__version__ = '.'.join(str(v) for v in VERSION)#'.'.join(map(str, VERSION))
__title__ = '{}/{}'.format(__package_name__.capitalize(), __version__)
version = __version__
Expand Down

0 comments on commit e4c379a

Please sign in to comment.