File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
99
1010[project ]
1111name = ' selectolax'
12- version = ' 0.3.31 '
12+ version = ' 0.3.32 '
1313description = ' Fast HTML5 parser with CSS selectors.'
1414readme = ' README.rst'
1515requires-python = ' >=3.9'
Original file line number Diff line number Diff line change 33
44__author__ = """Artem Golubin"""
55__email__ = 'me@rushter.com'
6- __version__ = '0.3.31 '
6+ __version__ = '0.3.32 '
77
88from . import parser
99from . import lexbor
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.31
2+ current_version = 0.3.32
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ def make_extensions():
167167
168168setup (
169169 name = "selectolax" ,
170- version = '0.3.31 ' ,
170+ version = '0.3.32 ' ,
171171 description = "Fast HTML5 parser with CSS selectors." ,
172172 long_description = readme ,
173173 author = "Artem Golubin" ,
You can’t perform that action at this time.
0 commit comments