Skip to content

Commit eeffe31

Browse files
committed
Whoops, poetry had the wrong package name
This differed from the previous PyPI name. Rolling back version and correcting the name in order to republish.
1 parent 6bd5615 commit eeffe31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
2-
name = "python-chrome-devtools-protocol"
2+
name = "chrome-devtools-protocol"
33
packages = [{include = "cdp"}]
4-
version = "0.5.0"
4+
version = "0.4.0"
55
description = "Python type wrappers for Chrome DevTools Protocol (CDP)"
66
authors = ["Mark E. Haase <mehaase@gmail.com>", "Brian Mackintosh <bcmackintosh@gmail.com>"]
77
license = "MIT"

0 commit comments

Comments
 (0)