From 17672a12b4f7dcb7b1f469b59060f8ec0cf767dd Mon Sep 17 00:00:00 2001 From: Nekmo Date: Tue, 6 Feb 2018 11:01:25 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.3=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- amazon_dash/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4ea96d0..c50e48d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.4.0 commit = True tag = True diff --git a/amazon_dash/__init__.py b/amazon_dash/__init__.py index 0927acf..9298968 100644 --- a/amazon_dash/__init__.py +++ b/amazon_dash/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.3.3' \ No newline at end of file +__version__ = '0.4.0' \ No newline at end of file