diff --git a/CITATION.cff b/CITATION.cff index 213b9eb..3a5632e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,4 +19,4 @@ keywords: - pyproject.toml - CITATION.cff license: Apache-2.0 -version: "3.1.2" +version: "3.2.0" diff --git a/pyproject.toml b/pyproject.toml index 46fdade..6cdae14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cff2toml" -version = "3.1.2" +version = "3.2.0" description = "A module to synchronize metadata between TOML and CFF files, including between pyproject.toml and CITATION.cff files." readme = "README.md" requires-python = ">=3.8"