Skip to content

Commit e4e24c6

Browse files
committed
feat: Define package version 0.1.0.
1 parent 5bbc1f8 commit e4e24c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/apcore_toolkit/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
from apcore_toolkit.schema_utils import enrich_schema_descriptions
1313
from apcore_toolkit.types import ScannedModule
1414

15+
__version__ = "0.1.0"
16+
1517
__all__ = [
1618
"BaseScanner",
1719
"PythonWriter",

0 commit comments

Comments
 (0)