Skip to content

Commit

Permalink
Bump version: 0.0.4 → 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rushter committed May 31, 2016
1 parent 4a03e42 commit ed9163b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion heamy/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Artem Golubin'
__email__ = 'me@rushter.com'
__version__ = '0.0.4'
__version__ = '0.0.5'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.0.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit ed9163b

Please sign in to comment.