Skip to content

Commit

Permalink
Bump version: 0.3.14 → 0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rushter committed Jul 18, 2023
1 parent 972876e commit 64585df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion selectolax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Artem Golubin"""
__email__ = 'me@rushter.com'
__version__ = '0.3.14'
__version__ = '0.3.15'

from . import parser
from . import lexbor
Expand Down
9 changes: 3 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.14
current_version = 0.3.15
commit = True
tag = True

Expand All @@ -20,11 +20,8 @@ test = pytest
[flake8]
exclude = docs
max-line-length = 120

per-file-ignores =
# imported but unused
__init__.py: F401

per-file-ignores =
__init__.py: F401

[pycodestyle]
max-line-length = 120
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def make_extensions():

setup(
name='selectolax',
version='0.3.14',
version='0.3.15',
description="Fast HTML5 parser with CSS selectors.",
long_description=readme,
author="Artem Golubin",
Expand Down

0 comments on commit 64585df

Please sign in to comment.