From 0e72b8e64923969eabf8288c5a2c635c74bcb0a4 Mon Sep 17 00:00:00 2001 From: Nekmo Date: Tue, 4 Sep 2018 12:38:41 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.2=20=E2=86=92=200.5.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 dc4122c..cd7a4f8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.5.0 commit = True tag = True diff --git a/dirhunt/__init__.py b/dirhunt/__init__.py index e1b8e0b..7568cb9 100644 --- a/dirhunt/__init__.py +++ b/dirhunt/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.4.2' +__version__ = '0.5.0'