Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions generated/3.0/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

setup(name='python-vlc',
version = '3.0.10114',
version = '3.0.11114',
author='Olivier Aubert',
author_email='[email protected]',
maintainer='Olivier Aubert',
Expand Down Expand Up @@ -35,5 +35,5 @@
player. Note that it relies on an already present install of VLC.

It has been automatically generated from the include files of
vlc 3.0.10, using generator 1.14.
vlc 3.0.11, using generator 1.14.
""")
Loading