From 07761e013edb202c91e7afcbb4f88a94dd3a5c63 Mon Sep 17 00:00:00 2001 From: Jonxslays <51417989+Jonxslays@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:44:06 -0700 Subject: [PATCH] Bump project version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca83f0a..281d6fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "piston_rspy" -version = "0.4.1" +version = "0.4.2" description = "Python bindings for piston_rs." requires-python = ">=3.8,<3.13" authors = [{ name = "Jonxslays" }]