Skip to content

Commit 88e44d7

Browse files
committed
export functions
1 parent 91ee37d commit 88e44d7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

commonmeta/__init__.py

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

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

@@ -56,6 +56,9 @@
5656
get_language,
5757
name_to_fos,
5858
from_json_feed,
59+
extract_url,
60+
extract_urls,
61+
extract_curie,
5962
)
6063
from .author_utils import (
6164
authors_as_string,

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name="commonmeta-py"
3-
version="0.65"
3+
version="0.66"
44
repository = "https://github.com/front-matter/commonmeta-py"
55
homepage = "https://python.commonmeta.org"
66
documentation = "https://python.commonmeta.org"

0 commit comments

Comments
 (0)