From 6ce7a4f276ea38dc7222da47b33de1a2e6055442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20G=C3=B3mez-Dans?= Date: Fri, 4 Dec 2015 17:22:29 +0000 Subject: [PATCH] Upped version to 1.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99f9aea..ffdb5cf 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='gp_emulator', - version='1.5', + version='1.5.1', description='A Python GaussianProcess emulator software package', classifiers=[ 'Development Status :: 4 - Beta',