mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
chore: bump version
This commit is contained in:
parent
b349cef943
commit
c5d9d8cb65
2 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||||
|
|
|
@ -51,7 +51,7 @@ from typing import (
|
||||||
Type,
|
Type,
|
||||||
)
|
)
|
||||||
|
|
||||||
__version__ = "22.12a3-46-gaaa6346-dev"
|
__version__ = "23.5a1"
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|
Loading…
Reference in a new issue