Skip to content

Commit

Permalink
setup.py: Bump version to v2.2.0
Browse files Browse the repository at this point in the history
Use `cchardet` instead of `chardet`.
  • Loading branch information
yashin-alexander committed Aug 16, 2019
1 parent a9b3e63 commit 6c97043
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 @@ -2,11 +2,11 @@

setup(
name='ntripbrowser',
version='2.1.0',
version='2.2.0',
author='Andrew Yushkevich, Alexander Yashin',
author_email='andrew.yushkevich@emlid.com, alexandr.yashin@emlid.com',
packages=['ntripbrowser'],
install_requires=['chardet', 'geopy>=1.14', 'texttable', 'pager', 'pycurl', 'cachecontrol>=0.12.4'],
install_requires=['cchardet>=2.1.4', 'geopy>=1.14', 'texttable', 'pager', 'pycurl', 'cachecontrol>=0.12.4'],
tests_requires=['pytest', 'mock', 'tox'],
license='BSD-3-Clause',
url='/~https://github.com/emlid/ntripbrowser.git',
Expand Down

0 comments on commit 6c97043

Please sign in to comment.