Skip to content

Commit

Permalink
Bump version: 4.5.3 → 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jan 31, 2023
1 parent de375bf commit 53b68fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nwaylib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__author__ = """Johannes Buchner"""
__email__ = '[email protected]'
__version__ = '4.5.3'
__version__ = '4.5.4'


class UndersampledException(Exception):
Expand Down
2 changes: 1 addition & 1 deletion nwaylib/checkupdates.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def checkupdates(current_version=None):
if os.path.exists('I_will_check_for_NWAY_updates_myself_thank_you'):
return
if current_version is None:
current_version = '4.5.3'
current_version = '4.5.4'
import json
from StringIO import StringIO
import urllib3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='nway',
version='4.5.3',
version='4.5.4',
author='Johannes Buchner',
author_email='[email protected]',
packages=['nwaylib'],
Expand Down

0 comments on commit 53b68fe

Please sign in to comment.