From 5c9019eb8d6b0297cf42c3a9a7d6d0b713ae0a37 Mon Sep 17 00:00:00 2001 From: Nekmo Date: Thu, 1 Nov 2018 15:48:54 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1=20=E2=86=92=200.6.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 759380c..09bcf40 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.6.0 commit = True tag = True diff --git a/dirhunt/__init__.py b/dirhunt/__init__.py index 12e50bc..1ab444e 100644 --- a/dirhunt/__init__.py +++ b/dirhunt/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.5.1' +__version__ = '0.6.0'