Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey committed Mar 20, 2017
1 parent df4e3b2 commit 4fb5401
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name='webdriver_manager',
packages=setuptools.find_packages(exclude=['tests']),
include_package_data=True,
version='1.4.3',
version='1.4.5',
description=('Library provides the way to automatically manage drivers for different browsers'),
author='Sergey Pirogov',
author_email='[email protected]',
Expand All @@ -38,6 +38,7 @@
],
install_requires=[
'requests',
'configparser'
'configparser',
'crayons'
],
)

0 comments on commit 4fb5401

Please sign in to comment.