Skip to content

Commit

Permalink
Updated Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmohr committed Apr 1, 2019
1 parent 7308575 commit dfaa84b
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 @@ -15,12 +15,12 @@
# and be sure to test it firstly using "python setup.py register sdist upload -r pypitest"
setup(name='sonyapilib',
packages = ['sonyapilib'], # this must be the same as the name above
version = '0.3.10',
version = '0.3.11',
description = 'Lib to control sony devices with their soap api',
author = 'Alexander Mohr',
author_email = '[email protected]',
url = 'https://github.com/alexmohr/sonyapilib', # use the URL to the github repo
download_url = 'https://codeload.github.com/alexmohr/sonyapilib/tar.gz/0.3.10',
download_url = 'https://codeload.github.com/alexmohr/sonyapilib/tar.gz/0.3.11',
keywords = ['soap', 'sony', 'api'], # arbitrary keywords
classifiers = [],
install_requires=[
Expand Down

0 comments on commit dfaa84b

Please sign in to comment.