diff --git a/everyvoice/_version.py b/everyvoice/_version.py index 9d18daaf..ec079d72 100644 --- a/everyvoice/_version.py +++ b/everyvoice/_version.py @@ -2,4 +2,4 @@ # [PEP 440 – Version Identification and Dependency Specification](https://peps.python.org/pep-0440/) # noqa: E501 # [Specifying Your Project’s Version](https://setuptools.pypa.io/en/latest/userguide/distribution.html) # noqa: E501 # [N!]N(.N)*[{a|b|rc}N][.postN][.devN] -VERSION = "0.2.0a0" +VERSION = "0.2.0a1"