From c4223683a052995b6135563aa87e4050a0491e3d Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Sun, 11 Mar 2018 20:34:39 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.8=20=E2=86=92=200.2.9?= 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 d573e68..4dcc720 100644 --- a/kuna/__init__.py +++ b/kuna/__init__.py @@ -4,4 +4,4 @@ __author__ = """Dmytro Litvinov""" __email__ = 'litvinov.do.it@gmail.com' -__version__ = '0.2.8' +__version__ = '0.2.9' diff --git a/setup.cfg b/setup.cfg index d7e0272..334375a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.8 +current_version = 0.2.9 commit = True tag = True diff --git a/setup.py b/setup.py index 9c8f128..51218ef 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='kuna', - version='0.2.8', + version='0.2.9', description="Interact with Kuna exchange API", long_description=readme + '\n\n' + history, author="Dmytro Litvinov",