From 604f744a8ee7138ac2925ec65047d066b1026149 Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Sun, 6 Nov 2022 11:10:16 +0800 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 297271c7..86cb64bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cozo" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "A general-purpose, transactional, relational database that uses Datalog and focuses on graph data and algorithms" authors = ["Ziyang Hu"]