Skip to content

Commit e27261c

Browse files
committed
chore: update to v0.2.1
1 parent 9334d71 commit e27261c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 0.0.3
1+
cff-version: 0.0.4
22
message: "If you use this software, please cite it as below."
33
authors:
44
- family-names: "Sáinz-Pardo Díaz"
@@ -8,6 +8,6 @@ authors:
88
given-names: "Álvaro"
99
orcid: "https://orcid.org/0000-0002-0013-4602"
1010
title: "ANJANA"
11-
version: 0.1.0
11+
version: 0.2.1
1212
date-released: 2024-04-18
1313
url: "https://github.com/IFCA-Advanced-Computing/anjana"

anjana/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
"""ANJANA is an open source framework for anonymizing data with different techniques."""
1818

19-
__version__ = "0.2.0"
19+
__version__ = "0.2.1"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
project = "ANJANA"
2020
copyright = "2024, Spanish National Research Council (CSIC)"
2121
author = "Judith Sáinz-Pardo Díaz (CSIC)"
22-
release = "0.2.0"
22+
release = "0.2.1"
2323

2424
# -- General configuration ---------------------------------------------------
2525
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

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 = "anjana"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "ANJANA is an open source framework for applying different anonymity techniques."
55
authors = [
66
"Judith Sáinz-Pardo Díaz <sainzpardo@ifca.unican.es>",

0 commit comments

Comments
 (0)