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