From 20b01c4d3492d63f58349a9fe1db730fde0f444b Mon Sep 17 00:00:00 2001 From: Zacharias Zacharodimos Date: Mon, 16 Dec 2024 09:09:43 +0100 Subject: [PATCH] release: v13.0.0b1.dev25 --- invenio_app_rdm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 30cd19f46..4bdd0ab56 100644 --- a/invenio_app_rdm/__init__.py +++ b/invenio_app_rdm/__init__.py @@ -17,6 +17,6 @@ # # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440 -__version__ = "13.0.0b1.dev24" +__version__ = "13.0.0b1.dev25" __all__ = ("__version__",)