diff --git a/src/viv/viv.py b/src/viv/viv.py index d5c53ac..1564bdf 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -6,6 +6,8 @@ __import__("viv").use("requests", "bs4") """ +from __future__ import annotations + import hashlib import itertools import json @@ -50,7 +52,7 @@ from typing import ( Union, ) -__version__ = "22.12a3-61-g9231db5-dev" +__version__ = "22.12a3-61-g43e5bde-dev" @dataclass