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