From 7a9b1dfc00bb95043ef160dc4c7e9c3a0e596381 Mon Sep 17 00:00:00 2001 From: rultor Date: Fri, 7 Feb 2025 08:40:32 +0000 Subject: [PATCH] 0.0.43 --- pyproject.toml | 2 +- sr-data/pyproject.toml | 2 +- sr-filter/pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cdac073..0a5caa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ # SOFTWARE. [tool.poetry] name = "sr-detection" -version = "0.0.0" +version = "0.0.43" description = "" authors = ["h1alexbel "] license = "MIT" diff --git a/sr-data/pyproject.toml b/sr-data/pyproject.toml index 5afebb5..8a4803d 100644 --- a/sr-data/pyproject.toml +++ b/sr-data/pyproject.toml @@ -21,7 +21,7 @@ # SOFTWARE. [tool.poetry] name = "sr-data" -version = "0.0.0" +version = "0.0.43" description = "GitHub repositories to numerical vectors" authors = ["h1alexbel "] license = "MIT" diff --git a/sr-filter/pyproject.toml b/sr-filter/pyproject.toml index 993fc12..258aafa 100644 --- a/sr-filter/pyproject.toml +++ b/sr-filter/pyproject.toml @@ -21,7 +21,7 @@ # SOFTWARE. [tool.poetry] name = "sr-filter" -version = "0.0.0" +version = "0.0.43" description = "Command-line SR toolchain" authors = ["h1alexbel "] license = "MIT" @@ -29,7 +29,7 @@ readme = "README.md" packages = [{include = "sr", from = "src"}] [tool.poetry.dependencies] -sr-data = "0.0.0" +sr-data = "0.0.43" python = "==3.10.* || ==3.11.* || ==3.12.*" loguru = "^0.7.3" toml = "^0.10.2"