From b88c7f77a0f17b15fc6ceab75148a9aeeb3e0c07 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 21 May 2022 09:49:18 +0200 Subject: [PATCH] Bump the version to 0.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92f5fd2..4bf2c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2218,7 +2218,7 @@ dependencies = [ [[package]] name = "sinoptik" -version = "0.2.2" +version = "0.2.3" dependencies = [ "assert_float_eq", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 6ea49ac..076b292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sinoptik" -version = "0.2.2" +version = "0.2.3" authors = [ "Admar Schoonen "