Bump the version to 0.2.3

This commit is contained in:
Paul van Tilburg 2022-05-21 09:49:18 +02:00
parent 705ffae249
commit b88c7f77a0
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2218,7 +2218,7 @@ dependencies = [
[[package]]
name = "sinoptik"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"assert_float_eq",
"assert_matches",

View File

@ -1,6 +1,6 @@
[package]
name = "sinoptik"
version = "0.2.2"
version = "0.2.3"
authors = [
"Admar Schoonen <admar@luon.net",
"Paul van Tilburg <paul@luon.net>"