Skip to content

Commit

Permalink
Increment Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
srhinos committed Aug 13, 2024
1 parent ce81234 commit 15e1c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hatchet-sdk"
version = "0.34.0a5"
version = "0.34.0a6"
description = ""
authors = ["Alexander Belanger <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -42,7 +42,7 @@ known_third_party = [
"python_dotenv",
"python_dateutil",
"pyyaml",
"urllib3"
"urllib3",
]

[tool.poetry.scripts]
Expand Down

0 comments on commit 15e1c68

Please sign in to comment.