From 5cc6196b034c65b4d70ecc6359c40eadf6d7c52a Mon Sep 17 00:00:00 2001 From: orcarmi Date: Thu, 18 Jan 2018 12:42:51 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.3=20=E2=86=92=200.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- notifiers/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b97d6db4..b4e3f384 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.3 +current_version = 0.6.4 commit = True tag = True diff --git a/notifiers/_version.py b/notifiers/_version.py index a68d2bd0..02f8497c 100644 --- a/notifiers/_version.py +++ b/notifiers/_version.py @@ -1 +1 @@ -__version__ = '0.6.3' +__version__ = '0.6.4'