From a5b6f244569df5aa7b362a0b1bea8307514b97f1 Mon Sep 17 00:00:00 2001 From: Felipe Carlos Date: Thu, 22 Feb 2024 06:42:58 -0300 Subject: [PATCH] package: updating version --- invenio_geographic_identifiers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invenio_geographic_identifiers/__init__.py b/invenio_geographic_identifiers/__init__.py index 9b0f102..45b4859 100644 --- a/invenio_geographic_identifiers/__init__.py +++ b/invenio_geographic_identifiers/__init__.py @@ -10,5 +10,5 @@ from .ext import InvenioGeographicIdentifiers -__version__ = "0.4.0" +__version__ = "0.4.0.dev0" __all__ = ("__version__", "InvenioGeographicIdentifiers")