Skip to content

Commit

Permalink
update version for release 0.3.3 (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Erlandson <[email protected]>
  • Loading branch information
erikerlandson authored Apr 20, 2022
1 parent a90e466 commit 5cdbdef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5cdbdef

Please sign in to comment.