mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-13 20:47:53 -06:00
chore: bump version
This commit is contained in:
parent
ed847e6ee3
commit
3bd5e1b25f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ from typing import (
|
||||||
from urllib.error import HTTPError
|
from urllib.error import HTTPError
|
||||||
from urllib.request import urlopen
|
from urllib.request import urlopen
|
||||||
|
|
||||||
__version__ = "23.8a3-18-g837dbb3-dev"
|
__version__ = "23.8b1"
|
||||||
|
|
||||||
|
|
||||||
class Spinner:
|
class Spinner:
|
||||||
|
|
Loading…
Reference in a new issue