chore: patching pylume version to 0.2.2

This commit is contained in:
Matt Speck
2025-04-26 01:25:59 -04:00
parent 27a4dbadbe
commit b14cbb1acd

View File

@@ -35,7 +35,7 @@ from .models import (
# Import main class last to avoid circular imports
from .pylume import PyLume
__version__ = "0.1.8"
__version__ = "0.2.2"
__all__ = [
"PyLume",