diff --git a/CITATION.cff b/CITATION.cff index 3482040..f28285a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -21,4 +21,4 @@ keywords: - pyproject.toml - CITATION.cff license: Apache-2.0 -version: "1.1.2" +version: "1.1.3" diff --git a/pyproject.toml b/pyproject.toml index e961a68..2c202ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cff2toml" -version = "1.1.2" +version = "1.1.3" 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" diff --git a/src/cff2toml/__init__.py b/src/cff2toml/__init__.py index e69de29..5bf6283 100644 --- a/src/cff2toml/__init__.py +++ b/src/cff2toml/__init__.py @@ -0,0 +1 @@ +from cff2toml import cff2toml