From 030fd1403e8b597e3f0a3765cdcd0658b7460056 Mon Sep 17 00:00:00 2001 From: Jose Gomez-Dans Date: Wed, 14 Sep 2016 14:41:25 +0100 Subject: [PATCH] Updated version to 1.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c22ed4..e132df9 100644 --- a/setup.py +++ b/setup.py @@ -46,5 +46,5 @@ def configuration(parent_package='',top_path=None): author_email = author_email, classifiers = classifiers, configuration = configuration, - version="1.2.3", + version="1.3.0", packages=["prosail"])