From 32524780671394c096a06b4df1ae32480312f720 Mon Sep 17 00:00:00 2001 From: alemidev Date: Fri, 10 Dec 2021 12:01:55 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1e1cc8..d57ae4b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("requirements.txt") as f: setup( name='treepuncher', - version='0.0.1', + version='0.0.2', description='An hackable Minecraft client, built with aiocraft', url='https://github.com/alemidev/treepuncher', author='alemi',