From 1dd34fe297c795250fd26b5270c976686a48483a Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 27 Mar 2017 22:41:33 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0a6=20=E2=86=92=201.2.0a7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- openroast/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 28f08c0..0b01b77 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0a6 +current_version = 1.2.0a7 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/openroast/version.py b/openroast/version.py index f249b21..7f972af 100644 --- a/openroast/version.py +++ b/openroast/version.py @@ -1,2 +1,2 @@ -__version__ = "1.2.0a6" +__version__ = "1.2.0a7"