From b1d3f1532e564649568cbdfb25c58858d85f238b Mon Sep 17 00:00:00 2001 From: carefree0910 Date: Sun, 14 May 2023 19:08:05 +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 0bcbc476..bd8bdb2f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ | Version | Supported | | ---------- | ------------------ | -| >= 0.0.1a1 | :white_check_mark: | +| >= 0.0.1a2 | :white_check_mark: | ## Reporting a Vulnerability diff --git a/setup.py b/setup.py index 43f08f59..d04d9e81 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.0.1-alpha.1" +VERSION = "0.0.1-alpha.2" PACKAGE_NAME = "carefree-drawboard" DESCRIPTION = "🎨 Infinite Drawboard in Python"