[U] Release 1.0.19

This commit is contained in:
2023-07-28 20:52:27 -07:00
parent 25aecabd34
commit df16f90a8f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import annotations
__version__ = "1.0.18"
__version__ = "1.0.19"
import time
from typing import Callable
+1
View File
@@ -26,6 +26,7 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
packages=find_packages(exclude=("tests",)),
include_package_data=True,