From 217f658d7e253712ca4e068f39739fea533d239f Mon Sep 17 00:00:00 2001 From: Albert Aparicio Date: Mon, 13 Feb 2017 23:12:08 +0100 Subject: [PATCH] Bump version number up to 1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c3d87e..b90a1da 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.2.1', + version='1.3.0', description='Python libraries for the Voice Conversion TFG', long_description=long_description,