Skip to content

Commit

Permalink
Bumping version 0.5.4-beta0 -> 0.5.5-beta0.
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Sep 24, 2024
1 parent c9d106c commit e868abd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4-beta0
Version 0.5.5-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.4-beta0"
"0.5.5-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.4-beta0"
__version__ = "0.5.5-beta0"

__all__ = ("__version__", "InvenioRemoteUserData")
2 changes: 1 addition & 1 deletion 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.4-beta0"
version = "0.5.5-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

0 comments on commit e868abd

Please sign in to comment.