Skip to content

Commit

Permalink
bump version numbers to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandery committed Jul 11, 2023
1 parent dba6985 commit 9476fd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/ukis_clickhouse_arrow_grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ukis_clickhouse_arrow_grpc"
version = "0.7.1"
version = "0.8.0"
edition = "2021"
license = "Apache-2.0"
description = "GRPC-based interface library for ClickHouse using Arrow-IPC as data exchange format"
Expand Down
2 changes: 1 addition & 1 deletion crates/ukis_h3cellstore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ukis_h3cellstore"
version = "0.16.1"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "High-level rust crate to store H3 cells in ClickHouse databases"
Expand Down
2 changes: 1 addition & 1 deletion crates/ukis_h3cellstorepy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ukis_h3cellstorepy"
version = "0.12.3"
version = "0.13.0"
license = "Apache-2.0"
edition = "2021"
description = "High-level Python library to store H3 cells in ClickHouse databases"
Expand Down

0 comments on commit 9476fd9

Please sign in to comment.