From ea705d43f0a436b3931c7d1af7559619352b3458 Mon Sep 17 00:00:00 2001 From: Dai Date: Wed, 31 Oct 2018 10:36:55 +0000 Subject: [PATCH] fix the version number in setup.cfg --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 97aa7a38..bee1179c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.5 +current_version = 1.9.6 tag = True commit = True @@ -12,4 +12,3 @@ upload-dir = doc/build/html [medatdata] description-file = README.rst -