Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Aug 23, 2020
1 parent 5ee04a3 commit 9daeb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

setup(
name='user-agents',
version='2.1',
version='2.2.0',
author='Selwin Ong',
author_email='[email protected]',
packages=['user_agents'],
url='https://github.com/selwin/python-user-agents',
license='MIT',
description='A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings',
description='A library to identify devices (phones, tablets) and their capabilities by parsing browser user agent strings.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
zip_safe=False,
Expand Down

0 comments on commit 9daeb2b

Please sign in to comment.