diff --git a/geo_rdm_records/__init__.py b/geo_rdm_records/__init__.py index d167b9b..ccbf6ad 100644 --- a/geo_rdm_records/__init__.py +++ b/geo_rdm_records/__init__.py @@ -9,5 +9,5 @@ from .ext import GEORDMRecords -__version__ = "0.8.0.dev3" +__version__ = "0.8.0.dev2" __all__ = ("__version__", "GEORDMRecords")