This commit is contained in:
daylinmorgan 2023-05-29 18:20:39 +00:00
parent 1b2ec11c2f
commit a992847c1f

2
viv.py
View file

@ -52,7 +52,7 @@ from typing import (
from urllib.error import HTTPError
from urllib.request import urlopen
__version__ = "23.5a3-10-gf2c156d-dev"
__version__ = "23.5a4"
class Config: