diff --git a/d8s_csv/__init__.py b/d8s_csv/__init__.py index 7e061ad..6df520a 100644 --- a/d8s_csv/__init__.py +++ b/d8s_csv/__init__.py @@ -1,5 +1,5 @@ from .csv_data import * -__version__ = '0.5.2' +__version__ = '0.6.0' __author__ = '''Floyd Hightower''' __email__ = 'floyd.hightower27@gmail.com' diff --git a/setup.cfg b/setup.cfg index 9751aaf..3ccf96b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.6.0 commit = True tag = True