From d45f9cd1b4536c519b3cb9099f8459f951bbf5b5 Mon Sep 17 00:00:00 2001 From: htjb Date: Wed, 16 Sep 2020 16:08:31 +0100 Subject: [PATCH] updated version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f87c81..f4c4179 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(short=False): setup( name='maxsmooth', - version='1.1.0', + version='1.2.0', description='maxsmooth:Derivative Constrained Function Fitting', long_description=readme(), author='Harry T. J. Bevins',