Skip to content

Commit e8d3dfb

Browse files
committed
Updated version in metadata files
1 parent 03ef043 commit e8d3dfb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ keywords:
2626
- indicators
2727
- fairness
2828
license: MIT
29-
version: 0.0.5
29+
version: 0.0.6

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"operatingSystem": "Linux",
3535
"programmingLanguage": "Python",
3636
"relatedLink": "https://github.com/EVERSE-ResearchSoftware/indicators",
37-
"version": "0.0.5",
37+
"version": "0.0.6",
3838
"developmentStatus": "wip"
3939
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rsfc"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "EVERSE Research Software Fairness Checks"
55
authors = ["Andres Montero <andres.montero.martin@upm.es>"]
66
license = "MIT"

src/rsfc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

33

4-
__version__ = "0.0.5"
4+
__version__ = "0.0.6"
55

0 commit comments

Comments
 (0)