diff --git a/setup.py b/setup.py index 045a6b4..83ea1ef 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = 'browserstack-local', packages = ['browserstack'], - version = '1.2.9', + version = '1.2.10', description = 'Python bindings for Browserstack Local', long_description=open('README.md').read(), long_description_content_type='text/markdown',