Skip to content

Commit c98d1ba

Browse files
authored
fix(ci): properly bump python version and fix paths in cli (#2325)
1 parent 6251f4a commit c98d1ba

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

core/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ homepage = "https://iggy.apache.org"
2525
description = "CLI for Iggy message streaming platform"
2626
license = "Apache-2.0"
2727
keywords = ["iggy", "cli", "messaging", "streaming"]
28-
readme = "../../README.md"
28+
readme = "README.md"
2929

3030
[package.metadata.binstall]
3131
pkg-url = "{ repo }/releases/download/{ name }-{ version }/{ name }-{ target }{ archive-suffix }"

core/cli/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ This is a great addition to the Web UI, especially for all the developers who pr
77
Iggy CLI can be installed with `cargo install iggy-cli` and then simply accessed by typing `iggy` in your terminal.
88

99
![CLI](../../assets/cli.png)
10+
11+
For more details please visit [Apache Iggy](https://iggy.apache.org) and its [GitHub repository](https://github.com/apache/iggy).

foreign/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build-backend = "maturin"
2222
[project]
2323
name = "apache-iggy"
2424
requires-python = ">=3.7"
25-
version = "0.5.0"
25+
version = "0.6.0-dev1"
2626
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."
2727
readme = "README.md"
2828
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)