From ef9e12fad6bc552032f22c7cdc33592366d21328 Mon Sep 17 00:00:00 2001 From: carefree0910 Date: Sat, 13 May 2023 12:51:23 +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 --- SECURITY.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 0e7390ad..0bcbc476 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ | Version | Supported | | ---------- | ------------------ | -| >= 0.0.1a0 | :white_check_mark: | +| >= 0.0.1a1 | :white_check_mark: | ## Reporting a Vulnerability diff --git a/setup.py b/setup.py index a69b5cb3..43f08f59 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.0.1-alpha.0" +VERSION = "0.0.1-alpha.1" PACKAGE_NAME = "carefree-drawboard" DESCRIPTION = "🎨 Infinite Drawboard in Python"