From 22e90fa8db77802ed2dd15ec7ef0e1a81cbb39bd Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 28 May 2023 17:43:29 -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 56d6bf4..d398197 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.5a1-18-g1a685ea-dev" +__version__ = "23.5a2" class Config: