bump version

This commit is contained in:
Ishaan Jaff 2025-03-21 21:03:42 -07:00
parent 4be40ab50b
commit 075f3537f6

View file

@ -2,7 +2,7 @@
import warnings
warnings.filterwarnings("ignore", message=".*conflict with protected namespace.*")
### INIT VARIABLES #########
### INIT VARIABLES ##########
import threading
import os
from typing import Callable, List, Optional, Dict, Union, Any, Literal, get_args