From 2e33e33e5c7490708d52ea058148c9f31ad5574d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20G=C3=B3mez-Dans?= Date: Mon, 25 Jan 2016 12:07:43 +0000 Subject: [PATCH] Another minor update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e390372..c14c4d0 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ def configuration(parent_package='',top_path=None): description=description, \ author=author, \ author_email = author_email, \ - configuration = configuration, version="1.1.4",\ + configuration = configuration, version="1.1.5",\ packages=["prosail"])