From 56779347b6a2788b6b8fc44ef374c6475432a303 Mon Sep 17 00:00:00 2001 From: Christine Spang Date: Tue, 3 Feb 2015 17:49:49 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- inbox/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 04dde938..fae1d203 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.2.0 +current_version = 0.2.1 [bumpversion:file:inbox/_version.py] diff --git a/inbox/_version.py b/inbox/_version.py index 03ebcacf..bbb51a4d 100644 --- a/inbox/_version.py +++ b/inbox/_version.py @@ -1 +1 @@ -__VERSION__ = "0.2.0" \ No newline at end of file +__VERSION__ = "0.2.1" \ No newline at end of file