This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new c98d1ba2a fix(ci): properly bump python version and fix paths in cli
(#2325)
c98d1ba2a is described below
commit c98d1ba2a52ae389f1ea0e246c5dd1988ed56e3b
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Mon Nov 10 14:22:52 2025 +0100
fix(ci): properly bump python version and fix paths in cli (#2325)
---
core/cli/Cargo.toml | 2 +-
core/cli/README.md | 2 ++
foreign/python/pyproject.toml | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/core/cli/Cargo.toml b/core/cli/Cargo.toml
index 8e9f0e71d..43b552f4c 100644
--- a/core/cli/Cargo.toml
+++ b/core/cli/Cargo.toml
@@ -25,7 +25,7 @@ homepage = "https://iggy.apache.org"
description = "CLI for Iggy message streaming platform"
license = "Apache-2.0"
keywords = ["iggy", "cli", "messaging", "streaming"]
-readme = "../../README.md"
+readme = "README.md"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ name }-{ version }/{ name }-{ target
}{ archive-suffix }"
diff --git a/core/cli/README.md b/core/cli/README.md
index 970051da5..f0b714abe 100644
--- a/core/cli/README.md
+++ b/core/cli/README.md
@@ -7,3 +7,5 @@ This is a great addition to the Web UI, especially for all the
developers who pr
Iggy CLI can be installed with `cargo install iggy-cli` and then simply
accessed by typing `iggy` in your terminal.

+
+For more details please visit [Apache Iggy](https://iggy.apache.org) and its
[GitHub repository](https://github.com/apache/iggy).
diff --git a/foreign/python/pyproject.toml b/foreign/python/pyproject.toml
index 64cb250dc..80be9a93f 100644
--- a/foreign/python/pyproject.toml
+++ b/foreign/python/pyproject.toml
@@ -22,7 +22,7 @@ build-backend = "maturin"
[project]
name = "apache-iggy"
requires-python = ">=3.7"
-version = "0.5.0"
+version = "0.6.0-dev1"
description = "Apache Iggy is the persistent message streaming platform
written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of
processing millions of messages per second."
readme = "README.md"
license = { file = "LICENSE" }