From 3eaa780189b686c82b7dbdea404fd8077bd3c9f9 Mon Sep 17 00:00:00 2001 From: Andres Garcia Mangas Date: Thu, 22 Apr 2021 17:00:15 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.15.0=20=E2=86=92=200.15.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- wotpy/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5757819..c07bddf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.0 +current_version = 0.15.1 commit = True tag = True diff --git a/wotpy/__version__.py b/wotpy/__version__.py index 9da2f8f..903e77c 100644 --- a/wotpy/__version__.py +++ b/wotpy/__version__.py @@ -1 +1 @@ -__version__ = "0.15.0" +__version__ = "0.15.1"