From 7ce277c02aaa68a018df0b4d756378d5d02f7845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Bary=C5=82a?= Date: Thu, 12 Oct 2023 19:33:48 +0200 Subject: [PATCH] scylla: bump version to 0.10.1 --- docs/pyproject.toml | 2 +- scylla/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index e4ac52619b..913477318c 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "sphinx-docs" description = "ScyllaDB Documentation" -version = "0.10.0" +version = "0.10.1" authors = ["ScyllaDB Documentation Contributors"] [tool.poetry.dependencies] diff --git a/scylla/Cargo.toml b/scylla/Cargo.toml index dbd4fce6b7..07d3a710bb 100644 --- a/scylla/Cargo.toml +++ b/scylla/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scylla" -version = "0.10.0" +version = "0.10.1" edition = "2021" description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandraâ„¢" repository = "https://github.com/scylladb/scylla-rust-driver"