From b8e5c30f040b5ea2a99b2be0191585c16cb412e6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 31 Aug 2019 03:53:46 +0000 Subject: [PATCH] 3.1.0 Automatically generated by python-semantic-release --- atomacos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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