From e3c48f465bf5bf2473d912e8547e96cd618a3706 Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Thu, 8 Nov 2018 22:08:59 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.2=20=E2=86=92=200.3.3?= 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 16505da..18e6422 100644 --- a/kuna/__init__.py +++ b/kuna/__init__.py @@ -4,4 +4,4 @@ __author__ = """Dmytro Litvinov""" __email__ = 'litvinov.do.it@gmail.com' -__version__ = '0.3.2' +__version__ = '0.3.3' diff --git a/setup.cfg b/setup.cfg index 6356a3c..c19fb7a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.3.3 commit = True tag = True diff --git a/setup.py b/setup.py index 37315b1..b8dc572 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='kuna', - version='0.3.2', + version='0.3.3', description="Interact with Kuna exchange API", long_description=readme + '\n\n' + history, author="Dmytro Litvinov",