diff --git a/selectolax/__init__.py b/selectolax/__init__.py index cc767ca..2408808 100644 --- a/selectolax/__init__.py +++ b/selectolax/__init__.py @@ -3,7 +3,7 @@ __author__ = """Artem Golubin""" __email__ = 'me@rushter.com' -__version__ = '0.3.4' +__version__ = '0.3.5' from . import parser from . import lexbor diff --git a/setup.cfg b/setup.cfg index 6108dfa..4fbf970 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.5 commit = True tag = True diff --git a/setup.py b/setup.py index 3c0d09d..b813783 100644 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ def make_extensions(): setup( name='selectolax', - version='0.3.4', + version='0.3.5', description="Fast HTML5 parser with CSS selectors.", long_description=readme, author="Artem Golubin",