Bump version: 1.14.0 → 1.15.0

This commit is contained in:
Roman Zeyde
2018-08-13 22:28:38 +03:00
parent 6d6bd44dd8
commit 02f45de4f1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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