File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires = [
77
88[project ]
99name = ' selectolax'
10- version = ' 0.4.1 '
10+ version = ' 0.4.2 '
1111description = ' Fast HTML5 parser with CSS selectors.'
1212readme = ' README.md'
1313requires-python = ' >=3.9,<3.15'
Original file line number Diff line number Diff line change 33
44__author__ = """Artem Golubin"""
55__email__ = "me@rushter.com"
6- __version__ = "0.4.1 "
6+ __version__ = "0.4.2 "
77
88from . import lexbor , modest , parser
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.1
2+ current_version = 0.4.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def make_extensions():
191191
192192setup (
193193 name = "selectolax" ,
194- version = "0.4.1 " ,
194+ version = "0.4.2 " ,
195195 description = "Fast HTML5 parser with CSS selectors." ,
196196 long_description = readme ,
197197 author = "Artem Golubin" ,
You can’t perform that action at this time.
0 commit comments