Bump version: 1.15.1 → 1.15.2

This commit is contained in:
Roman Zeyde
2021-06-19 19:38:26 +03:00
parent 1311c58005
commit ee5c543737
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.15.1
current_version = 1.15.2
[bumpversion:file:setup.py]

View File

@@ -15,7 +15,7 @@ class PyTest(TestCommand):
setup(
name='amodem',
version='1.15.1',
version='1.15.2',
description='Audio Modem Communication Library',
author='Roman Zeyde',
author_email='dev@romanzey.de',