Skip to content

Commit 44d8ed7

Browse files
committed
Update version number to 0.5.1
1 parent b933363 commit 44d8ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tcfetch"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
authors = ["James Graham <[email protected]>"]
66
description="Download taskcluster artifacts"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Download log files from Taskcluster CI systems"
88
author = "James Graham"
99
author_email = "[email protected]"
1010
license = "BSD-3-Clause"
11-
version = "0.5.0"
11+
version = "0.5.1"
1212
requires-python = ">=3.7"
1313
classifiers = [
1414
"Programming Language :: Rust",

0 commit comments

Comments
 (0)