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.32 '
12+ version = ' 0.3.33 '
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.32 "
6+ __version__ = "0.3.33 "
77
88from . import lexbor , modest , parser
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.32
2+ current_version = 0.3.33
33commit = True
44tag = True
55
66[bumpversion:file:setup.py]
7- search = version =' {current_version}'
8- replace = version =' {new_version}'
7+ search = version =" {current_version}"
8+ replace = version =" {new_version}"
99
1010[bumpversion:file:selectolax/__init__.py]
11- search = __version__ = ' {current_version}'
12- replace = __version__ = ' {new_version}'
11+ search = __version__ = " {current_version}"
12+ replace = __version__ = " {new_version}"
1313
1414[bumpversion:file:pyproject.toml]
1515search = version = ' {current_version}'
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.32 " ,
170+ version = "0.3.33 " ,
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