We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f7131 commit 8a9e69cCopy full SHA for 8a9e69c
commonmeta/__init__.py
@@ -10,7 +10,7 @@
10
"""
11
12
__title__ = "commonmeta-py"
13
-__version__ = "0.75"
+__version__ = "0.76"
14
__author__ = "Martin Fenner"
15
__license__ = "MIT"
16
@@ -59,6 +59,7 @@
59
extract_url,
60
extract_urls,
61
extract_curie,
62
+ replace_curie,
63
)
64
from .author_utils import (
65
authors_as_string,
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "commonmeta-py"
3
-version = "0.75"
+version = "0.76"
4
description = "Library for conversions to/from the Commonmeta scholarly metadata format"
5
authors = [{ name = "Martin Fenner", email = "[email protected]" }]
6
requires-python = ">=3.9,<4.0"
0 commit comments