Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
luismesas committed Mar 31, 2020
1 parent 0cd1a49 commit 7d4af3a
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 @@ -6,14 +6,14 @@
setuptools.setup(
name='pydobot',
packages=['pydobot'],
version='1.1.0',
version='1.2.0',
description='Python library for Dobot Magician',
long_description=long_description,
long_description_content_type='text/markdown',
author='Luis Mesas',
author_email='[email protected]',
url='https://github.com/luismesas/pydobot',
download_url='https://github.com/luismesas/pydobot/archive/v1.1.0.tar.gz',
download_url='https://github.com/luismesas/pydobot/archive/v1.2.0.tar.gz',
keywords=['dobot', 'magician', 'robotics'],
classifiers=[],
install_requires=[
Expand Down

0 comments on commit 7d4af3a

Please sign in to comment.