Skip to content

Commit

Permalink
Merge pull request #95 from y-crdt/v0.5.5
Browse files Browse the repository at this point in the history
v0.5.5 Release
  • Loading branch information
Waidhoferj authored Nov 28, 2022
2 parents 727dd57 + 560d370 commit d635bb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "y-py"
version = "0.5.4"
version = "0.5.5"
rust-version = "1.58"
edition = "2018"

Expand All @@ -11,8 +11,8 @@ name = "y_py"
crate-type = ["cdylib"]

[dependencies]
lib0 = "0.12.1"
yrs = "0.12.1"
lib0 = "0.12.2"
yrs = "0.12.2"

[dependencies.pyo3]
version = "0.16.5"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Kevin Jahns, Bartosz Sypytkowski, John Waidhofer"

# The full version, including alpha/beta/rc tags
release = "0.5.3"
release = "0.5.5"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "y-py"
version = "0.5.4"
version = "0.5.5"
description = "Python bindings for the Y-CRDT built from yrs (Rust)"
authors = [
{ name = "John Waidhofer", email = "[email protected]" },
Expand Down

0 comments on commit d635bb0

Please sign in to comment.