We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ee37d commit 88e44d7Copy full SHA for 88e44d7
commonmeta/__init__.py
@@ -10,7 +10,7 @@
10
"""
11
12
__title__ = "commonmeta-py"
13
-__version__ = "0.65"
+__version__ = "0.66"
14
__author__ = "Martin Fenner"
15
__license__ = "MIT"
16
@@ -56,6 +56,9 @@
56
get_language,
57
name_to_fos,
58
from_json_feed,
59
+ extract_url,
60
+ extract_urls,
61
+ extract_curie,
62
)
63
from .author_utils import (
64
authors_as_string,
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name="commonmeta-py"
3
-version="0.65"
+version="0.66"
4
repository = "https://github.com/front-matter/commonmeta-py"
5
homepage = "https://python.commonmeta.org"
6
documentation = "https://python.commonmeta.org"
0 commit comments