From c277228c456ac5bbe90ceb19499048524b41ed24 Mon Sep 17 00:00:00 2001 From: Nekmo Date: Sun, 9 Sep 2018 02:47:31 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.5.1?= 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 cd7a4f8..759380c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True diff --git a/dirhunt/__init__.py b/dirhunt/__init__.py index 7568cb9..12e50bc 100644 --- a/dirhunt/__init__.py +++ b/dirhunt/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.5.0' +__version__ = '0.5.1'