From 98a904c3d71cf6593372481531bed5daa810ca66 Mon Sep 17 00:00:00 2001 From: Nekmo Date: Tue, 15 Dec 2020 00:12:45 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.0=20=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- dirhunt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a669e30..75a1907 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 0.8.0 commit = True tag = True diff --git a/dirhunt/__init__.py b/dirhunt/__init__.py index 82dc6dc..0c6d7b8 100644 --- a/dirhunt/__init__.py +++ b/dirhunt/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.7.0' +__version__ = '0.8.0'