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 89941ba37 fix(python): fix python version (#2326)
89941ba37 is described below
commit 89941ba37404c1672c1f6ca37afa86f406cfcd95
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Mon Nov 10 15:01:08 2025 +0100
fix(python): fix python version (#2326)
---
foreign/python/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/foreign/python/pyproject.toml b/foreign/python/pyproject.toml
index 80be9a93f..753f8bdb9 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.6.0-dev1"
+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" }