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"