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",