[vlc-commits] Update version number

Olivier Aubert git at videolan.org
Thu Nov 5 23:55:13 CET 2015


vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | Thu Nov  5 23:14:19 2015 +0100| [e4654db1ee75d6848e8a8e2db2a71d140bc1f6d6] | committer: Olivier Aubert

Update version number

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=e4654db1ee75d6848e8a8e2db2a71d140bc1f6d6
---

 setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index ce8182e..3df31b7 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ else:
     shutil.copy(os.path.join('generated', 'vlc.py'), 'vlc.py')
 
 setup(name='python-vlc',
-      version = '1.1.0',
+      version = '1.1.1',
       author='Olivier Aubert',
       author_email='contact at olivieraubert.net',
       url='http://wiki.videolan.org/PythonBinding',



More information about the vlc-commits mailing list