diff --git a/README.md b/README.md index a554a9a..d0ca65a 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,8 @@ prepended with "v" E.g., ``` -git commit -sm "Release v0.3.2" -git tag v0.3.2 +git commit -sm "Release v0.3.3" +git tag v0.3.3 git push --follow-tags ``` diff --git a/setup.py b/setup.py index cfe0757..fd63783 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="osc-ingest-tools", - version="0.3.2", + version="0.3.3", description="python tools to assist with standardized data ingestion workflows for the OS-Climate project", long_description=README, long_description_content_type="text/markdown",