diff --git a/CITATION.cff b/CITATION.cff index cb479f1..887fb45 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 0.0.3 +cff-version: 0.0.4 message: "If you use this software, please cite it as below." authors: - family-names: "Sáinz-Pardo Díaz" @@ -8,6 +8,6 @@ authors: given-names: "Álvaro" orcid: "https://orcid.org/0000-0002-0013-4602" title: "ANJANA" -version: 0.1.0 +version: 0.2.1 date-released: 2024-04-18 url: "https://github.com/IFCA-Advanced-Computing/anjana" diff --git a/anjana/__init__.py b/anjana/__init__.py index dc5cad8..2f2b755 100644 --- a/anjana/__init__.py +++ b/anjana/__init__.py @@ -16,4 +16,4 @@ """ANJANA is an open source framework for anonymizing data with different techniques.""" -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/docs/source/conf.py b/docs/source/conf.py index 40bc683..1b6fd6a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ project = "ANJANA" copyright = "2024, Spanish National Research Council (CSIC)" author = "Judith Sáinz-Pardo Díaz (CSIC)" -release = "0.2.0" +release = "0.2.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index ff8633f..9316b76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anjana" -version = "0.2.0" +version = "0.2.1" description = "ANJANA is an open source framework for applying different anonymity techniques." authors = [ "Judith Sáinz-Pardo Díaz ",