From 9724fc5b82c06e9b3cb2b069643d96acdf80397a Mon Sep 17 00:00:00 2001 From: Nekmo Date: Sun, 21 Oct 2018 18:20:59 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.0=20=E2=86=92=201.3.1?= 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 ba7e0f1..4f384ce 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = True diff --git a/amazon_dash/__init__.py b/amazon_dash/__init__.py index 7b827fc..4292b97 100644 --- a/amazon_dash/__init__.py +++ b/amazon_dash/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.3.0' \ No newline at end of file +__version__ = '1.3.1' \ No newline at end of file