Skip to content

Commit

Permalink
Version 0.5.220401
Browse files Browse the repository at this point in the history
  • Loading branch information
ikseek committed Jun 23, 2022
1 parent 9d373b0 commit aa3a2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iso_4217/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .currency import Currency, __published_date__
from .pint import define_currency_units

__version_prefix__ = "0.4"
__version_prefix__ = "0.5"
__version__ = "{}.{:%y%m%d}".format(__version_prefix__, __published_date__)
__all__ = ("Currency", "define_currency_units")
2 changes: 1 addition & 1 deletion tests/test_iso_4217.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def test_version():
assert __version__ == "0.4.220401"
assert __version__ == "0.5.220401"


def test_currency_count():
Expand Down

0 comments on commit aa3a2e5

Please sign in to comment.