diff --git a/d8s_algorithms/__init__.py b/d8s_algorithms/__init__.py index 766f987..72d16b4 100644 --- a/d8s_algorithms/__init__.py +++ b/d8s_algorithms/__init__.py @@ -1,5 +1,5 @@ from .algorithms import * -__version__ = '0.6.2' +__version__ = '0.7.0' __author__ = '''Floyd Hightower''' __email__ = 'floyd.hightower27@gmail.com' diff --git a/setup.cfg b/setup.cfg index cea7836..b2c2ee0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.7.0 commit = True tag = True