Skip to content

Commit 72d7b6a

Browse files
committed
Bump version: 0.3.34 → 0.4.0
1 parent aca550f commit 72d7b6a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99

1010
[project]
1111
name = 'selectolax'
12-
version = '0.3.34'
12+
version = '0.4.0'
1313
description = 'Fast HTML5 parser with CSS selectors.'
1414
readme = 'README.rst'
1515
requires-python = '>=3.9'

selectolax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
__author__ = """Artem Golubin"""
55
__email__ = "me@rushter.com"
6-
__version__ = "0.3.34"
6+
__version__ = "0.4.0"
77

88
from . import lexbor, modest, parser

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.34
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def make_extensions():
191191

192192
setup(
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",

0 commit comments

Comments
 (0)