Skip to content

Commit

Permalink
preparing release 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktks committed Mar 9, 2021
1 parent 6fe0b14 commit 008552b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
...
2 changes: 1 addition & 1 deletion howfairis/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.0
current_version = 0.14.1

[bumpversion:file:howfairis/__version__.py]
search = __version__ = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 008552b

Please sign in to comment.