Skip to content

Commit c9a54da

Browse files
committed
tag v0.3.4
Signed-off-by: Erik Erlandson <eerlands@redhat.com>
1 parent 5b29ba0 commit c9a54da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ prepended with "v"
132132

133133
E.g.,
134134
```
135-
git commit -sm "Release v0.3.3"
136-
git tag v0.3.3
135+
git commit -sm "Release v0.3.4"
136+
git tag v0.3.4
137137
git push --follow-tags
138138
```
139139

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="osc-ingest-tools",
13-
version="0.3.3",
13+
version="0.3.4",
1414
description="python tools to assist with standardized data ingestion workflows for the OS-Climate project",
1515
long_description=README,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)