From 4f19e43672bcccd4666066a9cec401175a18c4a2 Mon Sep 17 00:00:00 2001 From: carefree0910 Date: Sun, 7 May 2023 00:27:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8FBumped=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f3068ef..a69b5cb3 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.0.0-alpha.9" +VERSION = "0.0.1-alpha.0" PACKAGE_NAME = "carefree-drawboard" DESCRIPTION = "🎨 Infinite Drawboard in Python"