diff --git a/kuna/__init__.py b/kuna/__init__.py index e02e9ed..15a9483 100644 --- a/kuna/__init__.py +++ b/kuna/__init__.py @@ -4,6 +4,6 @@ __author__ = """Dmytro Litvinov""" __email__ = "me@dmytrolitvinov.com" -__version__ = "0.4.1" +__version__ = "0.4.2" from .kuna import KunaAPI, APIError # noqa: F401 diff --git a/setup.cfg b/setup.cfg index 4445d33..7b1326c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.4.2 commit = True tag = True diff --git a/setup.py b/setup.py index ad765b8..10ea191 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name="kuna", - version="0.4.1", + version="0.4.2", description="Interact with Kuna exchange API", long_description=readme + "\n\n" + history, author="Dmytro Litvinov",