chore: bump version

This commit is contained in:
Daylin Morgan 2023-05-28 17:43:29 -05:00
parent 8a252c5edc
commit 22e90fa8db
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -52,7 +52,7 @@ from typing import (
from urllib.error import HTTPError from urllib.error import HTTPError
from urllib.request import urlopen from urllib.request import urlopen
__version__ = "23.5a1-18-g1a685ea-dev" __version__ = "23.5a2"
class Config: class Config: