chore: bump version

This commit is contained in:
Daylin Morgan 2023-07-31 11:42:47 -05:00
parent d9a0b9f546
commit 9a7dac8cf6
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.5a5-31-gc195c54-dev"
__version__ = "23.5a6"
class Spinner: