Skip to content

Commit 717e35f

Browse files
committed
bump version
1 parent adbc5fe commit 717e35f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/code2prompt-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code2prompt_core"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
authors = [
55
"Mufeed VH <[email protected]>",
66
"Olivier D'Ancona <[email protected]>",

crates/code2prompt-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code2prompt-python"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
edition = "2021"
55

66
[lib]

crates/code2prompt-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
dependencies = [
1010
"maturin>=1.8.2",
11-
"pytest>=8.3.4",
11+
"pytest>=8.3.5",
1212
"pip>=25.0.1",
1313
"patchelf>=0.17.2.1",
1414
]

0 commit comments

Comments
 (0)