Skip to content

Commit fb01e71

Browse files
committed
0.0.44
1 parent 7338ad4 commit fb01e71

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222
[tool.poetry]
2323
name = "sr-detection"
24-
version = "0.0.0"
24+
version = "0.0.44"
2525
description = ""
2626
authors = ["h1alexbel <h1alexbelx@gmail.com>"]
2727
license = "MIT"

sr-data/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222
[tool.poetry]
2323
name = "sr-data"
24-
version = "0.0.0"
24+
version = "0.0.44"
2525
description = "GitHub repositories to numerical vectors"
2626
authors = ["h1alexbel <h1alexbelx@gmail.com>"]
2727
license = "MIT"

sr-filter/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222
[tool.poetry]
2323
name = "sr-filter"
24-
version = "0.0.0"
24+
version = "0.0.44"
2525
description = "Command-line SR toolchain"
2626
authors = ["h1alexbel <h1alexbelx@gmail.com>"]
2727
license = "MIT"
@@ -32,7 +32,7 @@ packages = [{include = "sr", from = "src"}]
3232
sr-filter = "sr.sr:main"
3333

3434
[tool.poetry.dependencies]
35-
sr-data = "0.0.0"
35+
sr-data = "0.0.44"
3636
python = "==3.10.* || ==3.11.* || ==3.12.*"
3737
loguru = "^0.7.3"
3838
toml = "^0.10.2"

0 commit comments

Comments
 (0)