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