Skip to content

Commit

Permalink
Merge pull request #9 from IFCA-Advanced-Computing/develop
Browse files Browse the repository at this point in the history
fix: update docs and dependencies
  • Loading branch information
judithspd authored May 15, 2024
2 parents 5a2c783 + dfbc330 commit d4e9d3c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion anjana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

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

__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d4e9d3c

Please sign in to comment.