From c5d9d8cb6521bd936999f6bdbfa6ddc26ef0ab41 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 26 May 2023 19:19:27 -0500 Subject: [PATCH] chore: bump version --- README.md | 2 +- src/viv/viv.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f090e22..1853461 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ In any case they will be re-used across scripts (and generated on-demand, if nee Run the below command to install `viv`. ```sh -python3 <(curl -fsSL gh.dayl.in/viv/viv.py) manage install -r v22.12a3 +python3 <(curl -fsSL gh.dayl.in/viv/viv.py) manage install -r v23.5a1 ``` To access `viv` from within scripts you should add it's location to your `PYTHONPATH`. diff --git a/src/viv/viv.py b/src/viv/viv.py index 8c8ae8d..fb12573 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -51,7 +51,7 @@ from typing import ( Type, ) -__version__ = "22.12a3-46-gaaa6346-dev" +__version__ = "23.5a1" @dataclass