diff --git a/osc_ingest_trino/__init__.py b/osc_ingest_trino/__init__.py index 4d0ad7e..462b12a 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.3.0" +__version__ = "0.3.1" from .boto3_utils import attach_s3_bucket, upload_directory_to_s3 from .dotenv_utils import load_credentials_dotenv diff --git a/setup.py b/setup.py index 5e85201..7949abd 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="osc-ingest-tools", - version="0.3.0", + version="0.3.1", description="python tools to assist with standardized data ingestion workflows for the OS-Climate project", long_description=README, long_description_content_type="text/markdown",