diff --git a/README.md b/README.md index d8fc710..9758e49 100644 --- a/README.md +++ b/README.md @@ -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 * diff --git a/VERSION b/VERSION index a16cafd..595a690 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -"0.5.7-beta0" \ No newline at end of file +"0.5.8-beta0" \ No newline at end of file diff --git a/invenio_remote_user_data_kcworks/__init__.py b/invenio_remote_user_data_kcworks/__init__.py index dbac524..9458f97 100644 --- a/invenio_remote_user_data_kcworks/__init__.py +++ b/invenio_remote_user_data_kcworks/__init__.py @@ -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") diff --git a/pyproject.toml b/pyproject.toml index 8fb1472..5d88119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }] @@ -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}"