Skip to content

Commit 8a9e69c

Browse files
committed
export replace_curie
1 parent 89f7131 commit 8a9e69c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

commonmeta/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
__title__ = "commonmeta-py"
13-
__version__ = "0.75"
13+
__version__ = "0.76"
1414
__author__ = "Martin Fenner"
1515
__license__ = "MIT"
1616

@@ -59,6 +59,7 @@
5959
extract_url,
6060
extract_urls,
6161
extract_curie,
62+
replace_curie,
6263
)
6364
from .author_utils import (
6465
authors_as_string,

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "commonmeta-py"
3-
version = "0.75"
3+
version = "0.76"
44
description = "Library for conversions to/from the Commonmeta scholarly metadata format"
55
authors = [{ name = "Martin Fenner", email = "[email protected]" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)