chore: bump version

This commit is contained in:
Daylin Morgan 2023-08-08 01:28:14 -05:00
parent 694b57d5fa
commit 8e1502951f
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -53,7 +53,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.8a1-16-g1a254a5-dev" __version__ = "23.8a2"
class Spinner: class Spinner: