From 008552b7266e229bd38553631d7dfe3554df18b2 Mon Sep 17 00:00:00 2001 From: Erik Tjong Kim Sang Date: Tue, 9 Mar 2021 15:43:28 +0100 Subject: [PATCH] preparing release 0.14.1 --- CITATION.cff | 2 +- howfairis/__version__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 2af494b..4433536 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -59,5 +59,5 @@ license: "Apache-2.0" message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/fair-software/howfairis" title: howfairis -version: "0.14.0" +version: "0.14.1" ... diff --git a/howfairis/__version__.py b/howfairis/__version__.py index 9e78220..f075dd3 100644 --- a/howfairis/__version__.py +++ b/howfairis/__version__.py @@ -1 +1 @@ -__version__ = "0.14.0" +__version__ = "0.14.1" diff --git a/setup.cfg b/setup.cfg index 42a6fb7..08a8970 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0 +current_version = 0.14.1 [bumpversion:file:howfairis/__version__.py] search = __version__ = "{current_version}" diff --git a/setup.py b/setup.py index 20aedd7..cf3708f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ entry_points={ "console_scripts": ["howfairis=howfairis.cli.cli:cli"], }, - version="0.14.0", + version="0.14.1", description="Python package to analyze compliance with fair-software.eu recommendations", long_description=readme + "\n\n", author="https://github.com/jspaaks",