Skip to content

Commit

Permalink
Merge pull request #18 from browserstack/release_1.2.1
Browse files Browse the repository at this point in the history
Version bump to 1.2.1 and setup.py fix.
  • Loading branch information
AnkurGel authored Jan 19, 2017
2 parents 7a5ca0d + c0eaffc commit 32e11a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
from distutils.core import setup
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
setup(
name = 'browserstack-local',
packages = ['browserstack'],
version = '1.2.0',
version = '1.2.1',
description = 'Python bindings for Browserstack Local',
author = 'BrowserStack',
author_email = '[email protected]',
Expand Down

0 comments on commit 32e11a3

Please sign in to comment.