Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jan 2, 2025
1 parent e5aba8a commit 6c6d79f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -737,13 +737,13 @@ dev = ["black (>=23.1.0)", "pytest (>=7.2.1)", "ruff (>=0.0.252)"]

[[package]]
name = "chia-puzzles-py"
version = "0.19.2"
version = "0.19.3"
description = "A collection of the currently deployed ChiaLisp puzzles."
optional = false
python-versions = "<4.0,>=3.8"
files = [
{file = "chia_puzzles_py-0.19.2-py3-none-any.whl", hash = "sha256:a4a7ae155f429ca4a533f8c1e73ede650e442961187b1ac0874be372d221bf7f"},
{file = "chia_puzzles_py-0.19.2.tar.gz", hash = "sha256:75b61a3ce0ec29b354da480ce327b03911b54c96fba421f9313668bab59ca30b"},
{file = "chia_puzzles_py-0.19.3-py3-none-any.whl", hash = "sha256:013e4ccd51462be50e50949a2cd25e181dff8a1e8a92c73238b0a2fd8a7da02b"},
{file = "chia_puzzles_py-0.19.3.tar.gz", hash = "sha256:23529d2287950c9a10efbd06d21e4ed029426f2daa21d1e01cfed17e5925c309"},
]

[package.dependencies]
Expand Down Expand Up @@ -3343,4 +3343,4 @@ upnp = ["miniupnpc"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9, <3.13"
content-hash = "92e45e8b395c1feb9ff1b0362b05942ab5994c5497118c5234ba3f2b01af923c"
content-hash = "165835643f4a7eb60d5a07544d309985e851062a629876c6454be7e1e69a2df9"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ miniupnpc = { version = ">=2.2.2", source = "chia", optional = true }
# {version="<=1.24.4", python = "<3.9", optional = true},
# {version=">=1.26.4", python = ">=3.9", optional = true}]
ruff = { version = ">=0.8.1", optional = true }
chia-puzzles-py = "^0.19.2"
chia-puzzles-py = "^0.19.3"


[tool.poetry.extras]
Expand Down

0 comments on commit 6c6d79f

Please sign in to comment.