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 @@ -9,7 +9,7 @@ requires = [
99
1010[project ]
1111name = ' selectolax'
12- version = ' 0.3.34 '
12+ version = ' 0.4.0 '
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.34 "
6+ __version__ = "0.4.0 "
77
88from . import lexbor , modest , parser
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.34
2+ current_version = 0.4.0
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.3.34 " ,
194+ version = "0.4.0 " ,
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