From 26e6ba3523a2df7ae6b35b730a686e6c9daa14bc Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Tue, 6 Sep 2016 09:09:54 +0100 Subject: [PATCH] [setup] added bumpversion tagging again --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9546c53a..19e77a03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [bumpversion] current_version = 1.4.0 -tag = False +tag = True commit = True [bumpversion:file:GPy/__version__.py]