chore: bump version

This commit is contained in:
Daylin Morgan 2023-05-26 19:19:27 -05:00
parent b349cef943
commit c5d9d8cb65
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 2 additions and 2 deletions

View file

@ -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`. Run the below command to install `viv`.
```sh ```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`. To access `viv` from within scripts you should add it's location to your `PYTHONPATH`.

View file

@ -51,7 +51,7 @@ from typing import (
Type, Type,
) )
__version__ = "22.12a3-46-gaaa6346-dev" __version__ = "23.5a1"
@dataclass @dataclass