Skip to content

Commit

Permalink
Bump version: 6.0.0 → 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcprescott committed May 23, 2022
1 parent 353645d commit a8e4ed7
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.0
current_version = 6.0.1
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-2019 Thomas Prescott'
__version__ = '6.0.0'
__version__ = '6.0.1'

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.0",
version="6.0.1",
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 a8e4ed7

Please sign in to comment.