Skip to content

Commit 9ef23bc

Browse files
committed
Bump version to 0.6.0 and align Python binding crate
Sets all three version files to 0.6.0 to start work on the next release, and fixes the long-standing drift in the Python binding crate (previously stuck at 0.1.3 from upstream).
1 parent d8c188f commit 9ef23bc

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

bindings/iscc-tika-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://github.com/iscc/iscc-tika"
88
license = "Apache-2.0"
99
repository = "https://github.com/iscc/iscc-tika"
1010
rust-version = "1.75"
11-
version = "0.1.3"
11+
version = "0.6.0"
1212

1313

1414
[lib]

bindings/iscc-tika-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "iscc-tika"
7-
version = '0.5.0'
7+
version = '0.6.0'
88
classifiers = [
99
"Programming Language :: Rust",
1010
"Programming Language :: Python :: Implementation :: CPython",

bindings/iscc-tika-python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iscc-tika-core/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iscc-tika-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 = "iscc-tika"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55

66
description = """

0 commit comments

Comments
 (0)