From 883ecb433415a7f8398e903acbd1e2bb537bf822 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 20 Jul 2021 22:11:58 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.15.2=20=E2=86=92=201.15.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fc58074..748bcab 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 1.15.2 +current_version = 1.15.3 [bumpversion:file:setup.py] - diff --git a/setup.py b/setup.py index d071558..a49368c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ class PyTest(TestCommand): setup( name='amodem', - version='1.15.2', + version='1.15.3', description='Audio Modem Communication Library', author='Roman Zeyde', author_email='dev@romanzey.de',