Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Feb 20, 2025
1 parent 742dd6d commit 830fca0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion commonmeta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

__title__ = "commonmeta-py"
__version__ = "0.81"
__version__ = "0.82"
__author__ = "Martin Fenner"
__license__ = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion commonmeta/author_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def is_personal_name(name):
"Reviewers",
"Staff",
"Lab",
"Redkation",
"Redaktion",
]
):
return False
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "commonmeta-py"
version = "0.81"
version = "0.82"
description = "Library for conversions to/from the Commonmeta scholarly metadata format"
authors = [{ name = "Martin Fenner", email = "[email protected]" }]
requires-python = ">=3.9,<4.0"
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 830fca0

Please sign in to comment.