diff --git a/setup.py b/setup.py index 871292d..0760356 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='chrome-devtools-protocol', - version='0.1.0-dev', + version='0.1.0', description='Python type wrappers for Chrome DevTools Protocol (CDP)', long_description=long_description, url='https://github.com/HyperionGray/python-chrome-devtools-protocol',