Bump version: 1.15.3 → 1.15.4

This commit is contained in:
Roman Zeyde
2022-12-25 21:45:15 +02:00
parent f4473145c3
commit 250713a853
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = True
current_version = 1.15.3
current_version = 1.15.4
[bumpversion:file:setup.py]

View File

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