From 00e8ebc5cf169a8ed9a57305c2fb0980261d5b28 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 31 Mar 2018 21:22:33 +0200 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ad7ad3..523f537 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # 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', + version = '0.3.7', description = 'Lib to control sony devices with theier soap api', author = 'Alexander Mohr', author_email = 'sonyapilib@mohr.io',