diff --git a/setup.py b/setup.py index 0ce4eb0..71bb4cc 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ name='webrtcvad', author='John Wiseman', author_email='jjwiseman@gmail.com', - version='1.0.5.dev0', + version='1.0.5', description=('Python interface to the Google WebRTC Voice ' 'Activity Detector (VAD)'), long_description=long_description,