From 2b967f74dcc56517508586952706be3bc882ab63 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 27 Mar 2019 09:19:57 +0000 Subject: [PATCH] 3.0.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 4c673ce..c93bdf2 100644 --- a/atomacos/__init__.py +++ b/atomacos/__init__.py @@ -1,6 +1,6 @@ """Automated Testing on macOS""" # flake8: noqa: F401 -__version__ = "2.2.0" +__version__ = "3.0.0" from atomacos import _a11y, errors, keyboard, mouse from atomacos.AXClasses import NativeUIElement