Skip to content

Commit

Permalink
Fixed submodule import.
Browse files Browse the repository at this point in the history
  • Loading branch information
willynilly committed Apr 2, 2024
1 parent 6a70355 commit 5211701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ keywords:
- pyproject.toml
- CITATION.cff
license: Apache-2.0
version: "1.1.2"
version: "1.1.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/cff2toml/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from cff2toml import cff2toml

0 comments on commit 5211701

Please sign in to comment.