Bump version: 1.13.1 → 1.14.0

This commit is contained in:
Roman Zeyde
2018-03-11 08:50:09 +02:00
parent c991b2264e
commit 9dbb3826c7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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