Skip to content

Commit 58250e5

Browse files
Fix seagrin versioning
1 parent c5630a8 commit 58250e5

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

perdoo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"get_state_root",
77
"setup_logging",
88
]
9-
__version__ = "2026.1.0"
9+
__version__ = "2026.1.1"
1010

1111
import logging
1212
import os

pylock.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,11 @@ dependencies = []
447447

448448
[[packages]]
449449
name = "seagrin"
450-
version = "2026.1.0"
450+
version = "0.5.0"
451451
requires-python = ">=3.10"
452-
sdist = {name = "seagrin-2026.1.0.tar.gz", url = "https://files.pythonhosted.org/packages/0a/80/cc21ec6431b8fe7a759c98c4ccdc50befbf86629eb472d1d22992ec161b9/seagrin-2026.1.0.tar.gz", hashes = {sha256 = "6de5b751a31ecd9fc3e3cd0118cca171d5d238ab5b1b884e3cac1ed3fc4e9f0b"}}
452+
sdist = {name = "seagrin-0.5.0.tar.gz", url = "https://files.pythonhosted.org/packages/3c/3a/b2edf10a562beda0f1b42eeaedec017fd2292935e00ea02ffaa6aaeb80e1/seagrin-0.5.0.tar.gz", hashes = {sha256 = "d9c88dc0ed05142acc5ec83d929684cb2e6a6d6423aca224b0b190e0cbfa5b1a"}}
453453
wheels = [
454-
{name = "seagrin-2026.1.0-py3-none-any.whl",url = "https://files.pythonhosted.org/packages/3f/4a/e5b97779ed67ac2f3419bc11f97c9b53e57b1aceaae605cb5c284ee37821/seagrin-2026.1.0-py3-none-any.whl",hashes = {sha256 = "56cc7fc0ba9c58f54cfbb43dbdefa4b8f28102601a90948467585c01508f35ae"}},
454+
{name = "seagrin-0.5.0-py3-none-any.whl",url = "https://files.pythonhosted.org/packages/c4/6d/66faaf493f0b73271f52b454e17fd8e8774feea9aeaf2dc44af51f34b566/seagrin-0.5.0-py3-none-any.whl",hashes = {sha256 = "135920edcb9491cc0e435dbebd1fa3e10f52b47d1f0b1c51bc4649be92c83782"}},
455455
]
456456
marker = "\"default\" in dependency_groups"
457457

@@ -2285,7 +2285,7 @@ marker = "\"cb7\" in extras"
22852285
dependencies = []
22862286

22872287
[tool.pdm]
2288-
hashes = {sha256 = "abc36ec9875b96ed062bab94a287ed5ea6343b601a490a70981e199290bc4d8d"}
2288+
hashes = {sha256 = "0491c96bcdd178d9b77c95e86f24d4c13110b1adee28110a1bcb301485dce782"}
22892289
strategy = ["inherit_metadata", "static_urls"]
22902290

22912291
[[tool.pdm.targets]]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
"questionary >= 2.1.0",
5050
"rarfile >= 4.2",
5151
"rich >= 15.0.0",
52-
"seagrin >= 2026.1.0",
52+
"seagrin >= 0.5.0",
5353
"simyan >= 2.0.0",
5454
"tomli >= 2.4.0 ; python_version < '3.11'",
5555
"tomli-w >= 1.2.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)