diff --git a/CITATION.cff b/CITATION.cff index b0f2557..e17fff7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 0.0.4 +cff-version: 0.0.5 message: "If you use this software, please cite it as below." authors: - family-names: "Sáinz-Pardo Díaz" @@ -8,7 +8,7 @@ authors: given-names: "Álvaro" orcid: "https://orcid.org/0000-0002-0013-4602" title: "ANJANA" -version: 0.2.1 +version: 0.2.2 date-released: 2024-05-13 url: "https://github.com/IFCA-Advanced-Computing/anjana" identifiers: diff --git a/anjana/__init__.py b/anjana/__init__.py index 2f2b755..b87115c 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.1" +__version__ = "0.2.2" diff --git a/docs/source/conf.py b/docs/source/conf.py index 1b6fd6a..7c58ef8 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.1" +release = "0.2.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/source/index.rst b/docs/source/index.rst index 6df587c..1275653 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,6 +3,7 @@ ANJANA |License| |codecov| |DOI| |Downloads| |Documentation Status| |release-please| |Publish Package in PyPI| |CI/CD Pipeline| |Code Coverage| + |Python version| |PyPI| ANJANA is a `Python`_ library which allows the application of different anonymity diff --git a/pyproject.toml b/pyproject.toml index 9316b76..5ab2165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anjana" -version = "0.2.1" +version = "0.2.2" description = "ANJANA is an open source framework for applying different anonymity techniques." authors = [ "Judith Sáinz-Pardo Díaz ", @@ -33,7 +33,6 @@ python = "^3.9" numpy = "1.26.4" pandas = "2.1.4" pycanon = "1.0.1.post2" -tabulate = "0.9.0" typing_extensions = "4.9.0" beartype = "0.17.2" docutils = "0.20.1"