diff --git a/heamy/__init__.py b/heamy/__init__.py index 4b149fe..88d58b4 100644 --- a/heamy/__init__.py +++ b/heamy/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Artem Golubin' __email__ = 'me@rushter.com' -__version__ = '0.0.4' +__version__ = '0.0.5' diff --git a/setup.cfg b/setup.cfg index abd1767..abb4d32 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.4 +current_version = 0.0.5 commit = True tag = True diff --git a/setup.py b/setup.py index 428eff3..4944a0b 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='heamy', - version='0.0.4', + version='0.0.5', description="A set of useful tools for competitive data science.", long_description=readme, author="Artem Golubin",