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"