diff --git a/osc_ingest_trino/__init__.py b/osc_ingest_trino/__init__.py index 404d828..d915d3c 100644 --- a/osc_ingest_trino/__init__.py +++ b/osc_ingest_trino/__init__.py @@ -5,7 +5,7 @@ """ # defines the release version for this python package -__version__ = "0.2.0" +__version__ = "0.2.1snap1" from .sqlcols import * from .sqltypes import * diff --git a/setup.py b/setup.py index bab9f4f..c9b0f7e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name = "osc-ingest-tools", - version = "0.2.0", + version = "0.2.1snap1", description = "python tools to assist with standardized data ingestion workflows for the OS-Climate project", long_description = README, long_description_content_type = "text/markdown",