From 1e8ff5153d442a6ff6b9fc2150eaa4dc973742f8 Mon Sep 17 00:00:00 2001 From: Jennie Lees Date: Tue, 28 Jul 2015 11:55:23 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.10=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- nylas/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 64e72977..cdd425e1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.2.10 +current_version = 0.3.0 [bumpversion:file:nylas/_version.py] diff --git a/nylas/_version.py b/nylas/_version.py index a075073d..b75e4ac3 100644 --- a/nylas/_version.py +++ b/nylas/_version.py @@ -1 +1 @@ -__VERSION__ = "0.2.10" \ No newline at end of file +__VERSION__ = "0.3.0" \ No newline at end of file