From 583c16996a2eb4dac43c063eff50041b182d3f85 Mon Sep 17 00:00:00 2001 From: SirLich Date: Wed, 5 Jan 2022 23:39:43 +0100 Subject: [PATCH] Update version for hotfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 631473d..2be7e77 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name = 'reticulator', packages = ['reticulator'], - version = 'v0.0.9-beta', + version = 'v0.0.10-beta', license='MIT', description = 'Reticulator is a pack-access library for Minecraft Bedrock Addons.', author = 'SirLich',