Skip to content

Commit

Permalink
Bump version: 6.0.9 → 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcprescott committed Sep 4, 2023
1 parent a004395 commit 461a2d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9
current_version = 6.1.0
commit = True
tag = True

Expand Down
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.9'
__version__ = '6.1.0'

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.9",
version="6.1.0",
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 461a2d3

Please sign in to comment.