Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
judithspd authored Aug 14, 2024
2 parents 5fd1e99 + ed06f0e commit a20c998
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.2"
release = "1.0.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 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.2"
version = "1.0.0"
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 @@ -39,7 +39,7 @@ docutils = "0.21.2"


[tool.poetry.group.dev.dependencies]
tox = "^4.11.4"
tox = "4.16.0"


[tool.poetry.group.test.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python =
3.12: py312

[base]
python = python3.12
python = python3.10
package = anjana

[pytest]
Expand Down

0 comments on commit a20c998

Please sign in to comment.