We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177f084 commit ac67784Copy full SHA for ac67784
kaleidoscope/__init__.py
@@ -5,8 +5,8 @@
5
This Python package constitutes the Kaleidoscope processor.
6
"""
7
8
-__name__ = "kaleidoscope"
+__name__: str = "kaleidoscope"
9
"""The name of the Kaleidoscope processor."""
10
11
-__version__ = "2025.1.1"
+__version__: str = "2025.1.1"
12
"""The version of the Kaleidoscope processor."""
0 commit comments