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