From b9559ef73ab7deff35ee9a4390938295be350ece Mon Sep 17 00:00:00 2001 From: Artem Golubin Date: Sun, 22 Aug 2021 16:43:09 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.14=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- selectolax/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/selectolax/__init__.py b/selectolax/__init__.py index a86f47a..15c1863 100644 --- a/selectolax/__init__.py +++ b/selectolax/__init__.py @@ -3,4 +3,4 @@ __author__ = """Artem Golubin""" __email__ = 'me@rushter.com' -__version__ = '0.2.14' +__version__ = '0.3.0' diff --git a/setup.cfg b/setup.cfg index e730277..e105383 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.14 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 7e15b4d..774b25f 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ def make_extensions(): setup( name='selectolax', - version='0.2.14', + version='0.3.0', description="Fast HTML5 parser with CSS selectors.", long_description=readme, author="Artem Golubin",