Skip to content

Commit 7a9b1df

Browse files
committed
0.0.43
1 parent 3cc9a9a commit 7a9b1df

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.43"
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.43"
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,15 +21,15 @@
2121
# SOFTWARE.
2222
[tool.poetry]
2323
name = "sr-filter"
24-
version = "0.0.0"
24+
version = "0.0.43"
2525
description = "Command-line SR toolchain"
2626
authors = ["h1alexbel <h1alexbelx@gmail.com>"]
2727
license = "MIT"
2828
readme = "README.md"
2929
packages = [{include = "sr", from = "src"}]
3030

3131
[tool.poetry.dependencies]
32-
sr-data = "0.0.0"
32+
sr-data = "0.0.43"
3333
python = "==3.10.* || ==3.11.* || ==3.12.*"
3434
loguru = "^0.7.3"
3535
toml = "^0.10.2"

0 commit comments

Comments
 (0)