Skip to content

Commit

Permalink
Version bump to 1.2.1 and setup.py import fix, to prevent 'Unknown di…
Browse files Browse the repository at this point in the history
…stribution option: install_requires'
  • Loading branch information
pulkitsharma07 committed Jan 19, 2017
1 parent 7a5ca0d commit c0eaffc
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 c0eaffc

Please sign in to comment.