From 1bedb6ef2673af44de97c24aa362a87bf5116157 Mon Sep 17 00:00:00 2001 From: Jonxslays <51417989+Jonxslays@users.noreply.github.com> Date: Tue, 14 Dec 2021 08:18:35 -0700 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 697a616..d438860 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "piston_rs" description = "An async wrapper for the Piston code execution engine." -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Jonxslays"] readme = "README.md"