From 8581bac71ad3c76dda6474a6beca2e33b38f40c3 Mon Sep 17 00:00:00 2001 From: Andoni Iriso <62946099+andiricum2@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:10:15 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36018c5..38de2c9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup( name='PieBedrock', - version='1.0.3', + version='1.0.3.1', author='lapismyt', author_email='PieMC.Developers@gmail.com', description='Minecraft: Bedrock Edition network protocol implementation, written in Python. Created for PieMC.',