chore: bump version

This commit is contained in:
Daylin Morgan 2023-08-03 18:18:41 -05:00
parent 266f3786ac
commit b08eeb1c71
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -52,7 +52,7 @@ from typing import (
from urllib.error import HTTPError
from urllib.request import urlopen
__version__ = "23.5a6-6-gec123b0-dev"
__version__ = "23.5a7"
class Spinner: