From a27e8b40f6c26116eef5edccad4db5f2ec324a7e Mon Sep 17 00:00:00 2001 From: Zacharias Zacharodimos Date: Mon, 25 Nov 2024 13:13:52 +0100 Subject: [PATCH] release: v13.0.0b1.dev19 --- 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 e05449036..1978757ef 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.dev18" +__version__ = "13.0.0b1.dev19" __all__ = ("__version__",)