From dd5b8eca66edcb915af98bcab55c8af19a1969bd Mon Sep 17 00:00:00 2001 From: David Brochart Date: Mon, 20 Feb 2023 10:05:50 +0100 Subject: [PATCH] Release v0.6.0 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f123244..a89f9e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "y-py" -version = "0.5.5" +version = "0.6.0" rust-version = "1.58" edition = "2018" diff --git a/pyproject.toml b/pyproject.toml index 0827f59..a60667a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "y-py" -version = "0.5.8" +version = "0.6.0" description = "Python bindings for the Y-CRDT built from yrs (Rust)" license = { file = "LICENSE" } authors = [