From e2e43cbe00e457d68913da30c2dcb82e9129670f Mon Sep 17 00:00:00 2001 From: Koen <98043234+koen1711@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:51:57 +0200 Subject: [PATCH] chore: bump version Signed-off-by: Koen <98043234+koen1711@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d588171..c88edde 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # This call to setup() does all the work setup( name="corderius-play", - version="1.1.1", + version="1.1.2", description="The easiest way to make games and media projects in Python.", long_description=README, long_description_content_type="text/markdown",