From 5cdbdefa29f534fa84afed80ee385bc7159fb189 Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Wed, 20 Apr 2022 07:56:02 -0700 Subject: [PATCH] update version for release 0.3.3 (#28) 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 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",