Skip to content

Commit

Permalink
Bump version: 0.3.6 → 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rushter committed Mar 21, 2022
1 parent e8537cb commit 01abf20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6'
__version__ = '0.3.7'

from . import parser
from . import lexbor
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.6
current_version = 0.3.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def make_extensions():

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

0 comments on commit 01abf20

Please sign in to comment.