From 973c2f4303042c35ae5e8e1e2f84ee2c34aa5630 Mon Sep 17 00:00:00 2001 From: William Heymann Date: Fri, 8 Nov 2019 16:55:11 +0100 Subject: [PATCH] Bumping the version number so this version can be pushed out with the smoothing factor change --- CADETMatch/CADETMatch.pyproj | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CADETMatch/CADETMatch.pyproj b/CADETMatch/CADETMatch.pyproj index 1ca1653..0a5e5dc 100644 --- a/CADETMatch/CADETMatch.pyproj +++ b/CADETMatch/CADETMatch.pyproj @@ -14,7 +14,7 @@ False CondaEnv|CondaEnv|CADETMatch Standard Python launcher - "C:\Users\kosh_000\Documents\Visual Studio 2017\Projects\CADETMatch\Examples\MCMC\Dextran\MCMC_dextran_nsga3.json" + "C:\Users\kosh_000\Documents\Visual Studio 2017\Projects\CADETMatch\Examples\MCMC\Dextran\MCMC_dextran_nsga3.json" 1 False -m scoop -n 6 diff --git a/setup.py b/setup.py index 9f63885..83efaf9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="CADETMatch", - version="0.4.13", + version="0.4.14", author="William Heymann", author_email="w.heymann@fz-juelich.de", description="CADETMatch is a parameter estimation and error modeling library for CADET",