From 690b6310d9b6349254b0322f08e4c2c135c50d26 Mon Sep 17 00:00:00 2001 From: Floyd Hightower Date: Fri, 7 May 2021 10:43:11 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.2=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- d8s_csv/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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