From 7162f4e121a4738fe67a31eb269083496428ae02 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 18 Apr 2021 00:53:24 +0800 Subject: [PATCH] 0.9.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2bc5c3f8..e92a60c8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ [package] name = "sea-query" -version = "0.9.4" +version = "0.9.5" authors = [ "Billy Chan ", "Chris Tsang " ] edition = "2018" description = "A database agnostic runtime query builder for Rust"