Skip to content

Commit 7fe8aa4

Browse files
committed
Bump version: 0.3.28 → 0.3.29
1 parent 0e05061 commit 7fe8aa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

selectolax/__init__.py

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

44
__author__ = """Artem Golubin"""
55
__email__ = 'me@rushter.com'
6-
__version__ = '0.3.28'
6+
__version__ = '0.3.29'
77

88
from . import parser
99
from . import lexbor

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.28
2+
current_version = 0.3.29
33
commit = True
44
tag = True
55

setup.py

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

168168
setup(
169169
name="selectolax",
170-
version='0.3.28',
170+
version='0.3.29',
171171
description="Fast HTML5 parser with CSS selectors.",
172172
long_description=readme,
173173
author="Artem Golubin",

0 commit comments

Comments
 (0)