Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tcprescott authored Nov 2, 2022
1 parent cd6eb4a commit 436e6f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.0.3
current_version = 6.0.4
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions pyz3r/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
__title__ = 'pyz3r'
__author__ = 'Thomas Prescott'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2018-2019 Thomas Prescott'
__version__ = '6.0.3'
__copyright__ = 'Copyright 2018-2022 Thomas Prescott'
__version__ = '6.0.4'

from pyz3r.alttpr import ALTTPR
from pyz3r.sm import sm
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="pyz3r",
version="6.0.3",
version="6.0.4",
author="Thomas Prescott",
author_email="[email protected]",
description="A python module for interacting with the web API of various randomizers, such as https://alttpr.com or https://samus.link.",
Expand Down

0 comments on commit 436e6f2

Please sign in to comment.