Skip to content

Commit

Permalink
Bump version: 6.0.4 → 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tcprescott committed Feb 18, 2023
1 parent 497c13f commit a7c1180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 6.0.4
current_version = 6.0.5
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:pyz3r/__init__.py]

2 changes: 1 addition & 1 deletion pyz3r/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = 'Thomas Prescott'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2018-2022 Thomas Prescott'
__version__ = '6.0.4'
__version__ = '6.0.5'

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.4",
version="6.0.5",
author="Thomas Prescott",
author_email="tcprescott@gmail.com",
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 a7c1180

Please sign in to comment.