diff --git a/selectolax/__init__.py b/selectolax/__init__.py index 76e0d8d..e03c98a 100644 --- a/selectolax/__init__.py +++ b/selectolax/__init__.py @@ -3,4 +3,4 @@ __author__ = """Artem Golubin""" __email__ = 'me@rushter.com' -__version__ = '0.2.9' +__version__ = '0.2.10' diff --git a/setup.cfg b/setup.cfg index 2c7d2ab..99022af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.9 +current_version = 0.2.10 commit = True tag = True diff --git a/setup.py b/setup.py index ee04fa8..11bfc16 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def make_extensions(): setup( name='selectolax', - version='0.2.9', + version='0.2.10', description="Fast HTML5 parser with CSS selectors.", long_description=readme, author="Artem Golubin",