We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e05061 commit 7fe8aa4Copy full SHA for 7fe8aa4
selectolax/__init__.py
@@ -3,7 +3,7 @@
3
4
__author__ = """Artem Golubin"""
5
__email__ = 'me@rushter.com'
6
-__version__ = '0.3.28'
+__version__ = '0.3.29'
7
8
from . import parser
9
from . import lexbor
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.28
+current_version = 0.3.29
commit = True
tag = True
setup.py
@@ -167,7 +167,7 @@ def make_extensions():
167
168
setup(
169
name="selectolax",
170
- version='0.3.28',
+ version='0.3.29',
171
description="Fast HTML5 parser with CSS selectors.",
172
long_description=readme,
173
author="Artem Golubin",
0 commit comments