From 143baa915c6b564e0629db5f45c1130a0cc38dd5 Mon Sep 17 00:00:00 2001 From: "Eric O. LEBIGOT (EOL)" Date: Wed, 18 Nov 2020 09:24:16 +0100 Subject: [PATCH] Bumped version in setup.py too. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74530a78..527215f3 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ # Common options for distutils/setuptools's setup(): setup_options = dict( name='uncertainties', - version='3.1.4', + version='3.1.5', author='Eric O. LEBIGOT (EOL)', author_email='eric.lebigot@normalesup.org', url='http://uncertainties-python-package.readthedocs.io/',