From 76e833798a755590163d9842f41fade26c457154 Mon Sep 17 00:00:00 2001 From: Piotr Sarna Date: Fri, 19 Nov 2021 11:33:43 +0100 Subject: [PATCH] scylla: bump version to 0.3.1 --- docs/_utils/pyproject_template.toml | 2 +- docs/pyproject.toml | 2 +- scylla/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_utils/pyproject_template.toml b/docs/_utils/pyproject_template.toml index 44a81d7517..eeb5ab7ef2 100644 --- a/docs/_utils/pyproject_template.toml +++ b/docs/_utils/pyproject_template.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "sphinx-docs" description = "ScyllaDB Documentation" -version = "0.3.0" +version = "0.3.1" authors = ["ScyllaDB Documentation Contributors"] [tool.poetry.dependencies] diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 8e643fff88..1645116cda 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "sphinx-docs" description = "ScyllaDB Documentation" -version = "0.3.0" +version = "0.3.1" authors = ["ScyllaDB Documentation Contributors"] [tool.poetry.dependencies] diff --git a/scylla/Cargo.toml b/scylla/Cargo.toml index d730179ea7..378d2daa6b 100644 --- a/scylla/Cargo.toml +++ b/scylla/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scylla" -version = "0.3.0" +version = "0.3.1" edition = "2018" description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandraâ„¢" repository = "https://github.com/scylladb/scylla-rust-driver"