From 1e0aef20bab1d6cdd0c1757c545a769f94113b36 Mon Sep 17 00:00:00 2001 From: Artem Golubin Date: Tue, 8 Oct 2024 20:39:18 +0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.22=20=E2=86=92=200.3.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- selectolax/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/selectolax/__init__.py b/selectolax/__init__.py index 537beaa..90e1117 100644 --- a/selectolax/__init__.py +++ b/selectolax/__init__.py @@ -3,7 +3,7 @@ __author__ = """Artem Golubin""" __email__ = 'me@rushter.com' -__version__ = '0.3.22' +__version__ = '0.3.23' from . import parser from . import lexbor diff --git a/setup.cfg b/setup.cfg index 6028693..6e70c28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.22 +current_version = 0.3.23 commit = True tag = True diff --git a/setup.py b/setup.py index f27f26e..e8f5f98 100644 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ def make_extensions(): setup( name="selectolax", - version='0.3.22', + version='0.3.23', description="Fast HTML5 parser with CSS selectors.", long_description=readme, author="Artem Golubin",