From bcb04fa61b84a8835c1635be5cb164628eefd05e Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Tue, 28 Dec 2021 13:18:13 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.1=20=E2=86=92=200.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kuna/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",