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 23c3687 commit ee534b1Copy full SHA for ee534b1
1 file changed
cacts/__init__.py
@@ -3,7 +3,7 @@
3
from cacts.cacts import main as cacts_main
4
from cacts.get_mach_env import print_mach_env
5
6
-__version__ = "0.2.0"
+__version__ = "0.2.1"
7
8
def main() -> None:
9
cacts_main()
0 commit comments