Skip to content

Commit 8f3b2a6

Browse files
committed
version bump
1 parent d267fc5 commit 8f3b2a6

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.76"
13+
__version__ = "0.77"
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.76"
3+
version = "0.77"
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)