From 2605582f1b3dbb4a980f3d89b26c15662cfcf54a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 23 Mar 2019 20:13:18 +0000 Subject: [PATCH] 2.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 ac72a3e..3ce5357 100644 --- a/atomacos/__init__.py +++ b/atomacos/__init__.py @@ -1,6 +1,6 @@ """Automated Testing on macOS""" # flake8: noqa: F401 -__version__ = "2.0.1" +__version__ = "2.1.0" from atomacos import a11y, errors, keyboard, mouse from atomacos.AXClasses import NativeUIElement