Skip to content

Commit

Permalink
bump version and fix python versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed Apr 15, 2024
1 parent cee5d30 commit 1dbb336
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 = "patchwork-cli"
version = "0.0.5"
version = "0.0.6"
description = ""
authors = ["patched.codes"]
license = "AGPL"
Expand All @@ -23,7 +23,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "~3.10"
python = "^3.10"
click = "~8.1.0"
pygithub = "~2.1.1"
gitpython = "~3.1.40"
Expand Down

0 comments on commit 1dbb336

Please sign in to comment.