Skip to content

Commit

Permalink
bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Mar 23, 2022
1 parent 93cd9b5 commit c153677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osc_ingest_trino/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c153677

Please sign in to comment.