From f5bd5712f8c1dc1e0b1c041532732ce6ba01f0d9 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 20 Mar 2019 09:23:20 +0000 Subject: [PATCH] 1.0.2 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 669db57..6d21aa3 100644 --- a/atomacos/__init__.py +++ b/atomacos/__init__.py @@ -1,6 +1,6 @@ """Automated Testing on macOS""" # flake8: noqa: F401 -__version__ = "1.0.1" +__version__ = "1.0.2" from atomacos import a11y, errors from atomacos.AXClasses import NativeUIElement