Skip to content

Commit

Permalink
release v0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Erlandson <[email protected]>
  • Loading branch information
erikerlandson committed Mar 30, 2022
1 parent 0dd10ee commit 9048b0b
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.1"
git tag v0.3.1
git commit -sm "Release v0.3.2"
git tag v0.3.2
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.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",
Expand Down

0 comments on commit 9048b0b

Please sign in to comment.