diff --git a/geo_rdm_records/__init__.py b/geo_rdm_records/__init__.py index ccbf6ad..d167b9b 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.dev2" +__version__ = "0.8.0.dev3" __all__ = ("__version__", "GEORDMRecords")