Skip to content

Commit ee10e21

Browse files
committed
version bump
1 parent 3357995 commit ee10e21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commonmeta/__init__.py

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

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

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.71"
3+
version = "0.72"
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)