Skip to content

Commit

Permalink
Bumping version 0.5.7-beta0 -> 0.5.8-beta0.
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Sep 24, 2024
1 parent 756d5a0 commit f27533a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Invenio Remote User Data Service for Knowledge Commons Works

Version 0.5.7-beta0
Version 0.5.8-beta0

* Beta release *

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0.5.7-beta0"
"0.5.8-beta0"
2 changes: 1 addition & 1 deletion invenio_remote_user_data_kcworks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@
from __future__ import absolute_import, print_function
from .ext import InvenioRemoteUserData

__version__ = "0.5.7-beta0"
__version__ = "0.5.8-beta0"

__all__ = ("__version__", "InvenioRemoteUserData")
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "invenio-remote-user-data-kcworks"
version = "0.5.7-beta0"
version = "0.5.8-beta0"
description = "An extension to draw user data from remote sources into the Knowledge Commons Works InvenioRDM instance"
readme = "README.md"
authors = [{ name = "Mesh Research", email = "scottia4@msu.edu" }]
Expand Down Expand Up @@ -93,7 +93,7 @@ requires = ["setuptools>=61.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.bumpver]
current_version = "0.5.3-beta0"
current_version = "0.5.8-beta0"
version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]"
commit_message = "Bumping version {old_version} -> {new_version}."
tag_message = "{new_version}"
Expand Down

0 comments on commit f27533a

Please sign in to comment.