Skip to content

Commit ff6b494

Browse files
authored
Bump minor version to v0.4.0
Added compat entry for Retry.jl in Project.toml. Updated minor version in preparation for a release with #24
1 parent 5830806 commit ff6b494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Tanmay Mohapatra <[email protected]>"]
44
keywords = ["kubernetes", "client"]
55
license = "MIT"
66
desc = "Julia Kubernetes Client"
7-
version = "0.3.2"
7+
version = "0.4.0"
88

99
[deps]
1010
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -18,6 +18,7 @@ Retry = "20febd7b-183b-5ae2-ac4a-720e7ce64774"
1818
HTTP = "0.8"
1919
Swagger = "0.2"
2020
JSON = "0.21"
21+
Retry = "0.4"
2122
julia = "1"
2223

2324
[extras]

0 commit comments

Comments
 (0)