diff --git a/selectolax/__init__.py b/selectolax/__init__.py index 90e1117..ea4562c 100644 --- a/selectolax/__init__.py +++ b/selectolax/__init__.py @@ -3,7 +3,7 @@ __author__ = """Artem Golubin""" __email__ = 'me@rushter.com' -__version__ = '0.3.23' +__version__ = '0.3.24' from . import parser from . import lexbor diff --git a/setup.cfg b/setup.cfg index 6e70c28..ede5e42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.23 +current_version = 0.3.24 commit = True tag = True diff --git a/setup.py b/setup.py index e8f5f98..6808767 100644 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ def make_extensions(): setup( name="selectolax", - version='0.3.23', + version='0.3.24', description="Fast HTML5 parser with CSS selectors.", long_description=readme, author="Artem Golubin",