diff --git a/atomacos/__init__.py b/atomacos/__init__.py index 12cfa8b..669db57 100644 --- a/atomacos/__init__.py +++ b/atomacos/__init__.py @@ -1,6 +1,6 @@ """Automated Testing on macOS""" # flake8: noqa: F401 -__version__ = "1.0.0" +__version__ = "1.0.1" from atomacos import a11y, errors from atomacos.AXClasses import NativeUIElement