From da9a579caf8177c59cf8fc75e3962c14c7a6ce47 Mon Sep 17 00:00:00 2001 From: Nocturn9x Date: Sat, 26 Feb 2022 19:35:42 +0100 Subject: [PATCH] Changed version back to 0.x.x because giambio isn't ready yet --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8e9aa5..b9adc85 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as readme: setuptools.setup( name="GiambIO", - version="1.0.1", + version="0.5.0", author="Nocturn9x", author_email="hackhab@gmail.com", description="Asynchronous Python made easy (and friendly)",