diff --git a/atomacos/__init__.py b/atomacos/__init__.py index 877c4a5..0bd4b3a 100644 --- a/atomacos/__init__.py +++ b/atomacos/__init__.py @@ -1,6 +1,6 @@ """Automated Testing on macOS""" # flake8: noqa: F401 -__version__ = "3.0.2" +__version__ = "3.1.0" from atomacos import _a11y, errors, keyboard, mouse from atomacos.AXClasses import NativeUIElement