mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -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`.
|
||||
|
||||
```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`.
|
||||
|
|
|
@ -51,7 +51,7 @@ from typing import (
|
|||
Type,
|
||||
)
|
||||
|
||||
__version__ = "22.12a3-46-gaaa6346-dev"
|
||||
__version__ = "23.5a1"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
Loading…
Reference in a new issue