diff --git a/pyproject.toml b/pyproject.toml index 54d6bf9..84b24f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "data_extractor" -version = "0.8.0" +version = "0.9.0" license = "MIT" description = "Combine XPath, CSS Selectors and JSONPath for Web data extracting." authors = ["linw1995 "] @@ -87,7 +87,7 @@ jsonpath-rw-ext = ["jsonpath-rw", "jsonpath-rw-ext"] [tool.commitizen] name = "cz_conventional_commits" -version = "0.8.0" +version = "0.9.0" version_files = ["pyproject.toml:version"] tag_format = "v$version"