We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.1.0
1 parent 5bbc1f8 commit e4e24c6Copy full SHA for e4e24c6
1 file changed
src/apcore_toolkit/__init__.py
@@ -12,6 +12,8 @@
12
from apcore_toolkit.schema_utils import enrich_schema_descriptions
13
from apcore_toolkit.types import ScannedModule
14
15
+__version__ = "0.1.0"
16
+
17
__all__ = [
18
"BaseScanner",
19
"PythonWriter",
0 commit comments