From c9a54daa0055e50a8ee05ec9428867943b34274b Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Thu, 21 Apr 2022 16:59:15 -0700 Subject: [PATCH] tag v0.3.4 Signed-off-by: Erik Erlandson --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",