Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ProtoThis authored Jul 2, 2018
1 parent 24bbce7 commit a5446a0
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 @@ -12,12 +12,12 @@
setup(
name = 'python-synology',
packages = ['SynologyDSM'], # this must be the same as the name above
version = '0.1.0',
version = '0.2.0',
description = 'Python API for communication with Synology DSM',
author = 'FG van Zeelst (StaticCube)',
author_email = '[email protected]',
url = 'https://github.com/StaticCube/python-synology/',
download_url = 'https://github.com/StaticCube/python-synology/tarball/0.1.0',
download_url = 'https://github.com/StaticCube/python-synology/tarball/0.2.0',
keywords = ['synology-dsm', 'synology'],
classifiers = [],
install_requires=['requests>=1.0.0']
Expand Down

0 comments on commit a5446a0

Please sign in to comment.