Skip to content

Commit f571bc8

Browse files
committed
Bump version to 0.2.0
And fix README content type.
1 parent 7d009ae commit f571bc8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88

99
setup(
1010
name='chrome-devtools-protocol',
11-
version='0.1.0',
11+
version='0.2.0',
1212
description='Python type wrappers for Chrome DevTools Protocol (CDP)',
1313
long_description=long_description,
14+
long_description_content_type='text/markdown',
1415
url='https://github.com/HyperionGray/python-chrome-devtools-protocol',
1516
author='Mark E. Haase <mehaase@gmail.com>, Brian Mackintosh <bcmackintosh@gmail.com>',
1617
classifiers=[

0 commit comments

Comments
 (0)