diff --git a/src/viv/viv.py b/src/viv/viv.py index 14cff17..3d81fd0 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -54,7 +54,7 @@ from typing import ( Union, ) -__version__ = "2024.1004-dev" +__version__ = "2024.1005" #### START VENDORED TOMLI ####