Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Batalha authored and fabiobatalha committed Jul 12, 2023
1 parent 1480cac commit 53a0c77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crossref/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
VERSION = "1.5.2"
from importlib import metadata

VERSION = metadata.version("crossrefapi")
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "1.6.0"
description = "Library that implements the endpoints of the Crossref API"
authors = ["Fabio Batalha <[email protected]>"]
readme = "README.rst"
packages = [
{ include = "crossref", from="."}
]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 53a0c77

Please sign in to comment.