From 08d4d265f465ad07eca91a82ca882fd579e092f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=8E=AE=20=28Jade=20Lin=29?= Date: Thu, 11 Mar 2021 08:55:02 +0800 Subject: [PATCH] bump: version 0.8.0 -> 0.9.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"