mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
chore: Bump strix version to 0.6.0
This commit is contained in:
parent
4818a854d6
commit
d7f712581d
2 changed files with 3 additions and 2 deletions
3
poetry.lock
generated
3
poetry.lock
generated
|
|
@ -5278,9 +5278,10 @@ diagrams = ["jinja2", "railroad-diagrams"]
|
|||
name = "pypdf"
|
||||
version = "6.6.0"
|
||||
description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.9"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"sandbox\""
|
||||
files = [
|
||||
{file = "pypdf-6.6.0-py3-none-any.whl", hash = "sha256:bca9091ef6de36c7b1a81e09327c554b7ce51e88dad68f5890c2b4a4417f1fd7"},
|
||||
{file = "pypdf-6.6.0.tar.gz", hash = "sha256:4c887ef2ea38d86faded61141995a3c7d068c9d6ae8477be7ae5de8a8e16592f"},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "strix-agent"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
description = "Open-source AI Hackers for your apps"
|
||||
authors = ["Strix <hi@usestrix.com>"]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue