From 8bc7f6a596a2e5c6cac6216f633ec3b3aefc331a Mon Sep 17 00:00:00 2001 From: Sander van Rijn Date: Tue, 7 Apr 2020 11:34:17 +0200 Subject: [PATCH] bumped version to 2020.4.1 --- changelog.txt | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 8e714d6..3951ae5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,7 @@ since last version: + + +v2020.4.1: - Added Manifest.in to include requirements and docs in source distribution v2020.4.0: diff --git a/setup.py b/setup.py index a2977e0..b62ac3a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name='mf2', - version='2020.4.0', + version='2020.4.1', description='A collection of analytical benchmark functions in multiple fidelities', long_description=long_description, long_description_content_type="text/markdown",