Skip to content

Commit

Permalink
Merge pull request #258 from fair-software/bump-version-013
Browse files Browse the repository at this point in the history
bump to version 0.13.0
  • Loading branch information
eriktks committed Feb 18, 2021
2 parents 0c01fee + eb376f1 commit 738f2f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
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.12.0"
version: "0.13.0"
...
2 changes: 1 addition & 1 deletion howfairis/__version__.py
@@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.13.0"
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.0
current_version = 0.13.0

[bumpversion:file:howfairis/__version__.py]
search = __version__ = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
entry_points={
"console_scripts": ["howfairis=howfairis.cli.cli:cli"],
},
version="0.12.0",
version="0.13.0",
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 738f2f9

Please sign in to comment.