From d6acc562e5ab3499d47ce85aed0fc40e8d1e05f3 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 28 May 2023 18:44:10 -0500 Subject: [PATCH] chore: bump version --- src/viv/viv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viv/viv.py b/src/viv/viv.py index 0db7483..ca677d9 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -52,7 +52,7 @@ from typing import ( from urllib.error import HTTPError from urllib.request import urlopen -__version__ = "23.5a2-2-gebb657c-dev" +__version__ = "23.5a3" class Config: