Skip to content

Commit dafd991

Browse files
committed
Bump version: 0.4.7 → 0.4.8
1 parent 00decdb commit dafd991

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

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

88
[project]
99
name = 'selectolax'
10-
version = '0.4.7'
10+
version = '0.4.8'
1111
description = 'A fast HTML5 parser with CSS selectors, written in Cython, using Modest and Lexbor engines.'
1212
readme = 'README.md'
1313
requires-python = '>=3.9,<3.15'

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.4.7"
6+
__version__ = "0.4.8"
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.4.7
2+
current_version = 0.4.8
33
commit = True
44
tag = True
55

setup.py

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

194194
setup(
195195
name="selectolax",
196-
version="0.4.7",
196+
version="0.4.8",
197197
description="A fast HTML5 parser with CSS selectors, written in Cython, using Modest and Lexbor engines.",
198198
long_description=readme,
199199
author="Artem Golubin",

0 commit comments

Comments
 (0)