diff --git a/everyvoice/_version.py b/everyvoice/_version.py index a2b574ee..64f22396 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/) # [Specifying Your Project’s Version](https://setuptools.pypa.io/en/latest/userguide/distribution.html) # [N!]N(.N)*[{a|b|rc}N][.postN][.devN] -VERSION = "0.1.0a1" +VERSION = "0.1.0a2"