From 2032493317a3a1a07557dfb2d70752938cfd2f5e Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Wed, 9 Sep 2015 09:49:15 +0100 Subject: [PATCH] [version] controlling the version from __version__.py using bumpversion and setup.cfg --- GPy/__version__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 GPy/__version__.py diff --git a/GPy/__version__.py b/GPy/__version__.py new file mode 100644 index 00000000..777f190d --- /dev/null +++ b/GPy/__version__.py @@ -0,0 +1 @@ +__version__ = "0.8.0"