From b931fb580518aab57823d704515dac3191368f5c Mon Sep 17 00:00:00 2001 From: Artem Golubin Date: Sun, 1 Sep 2019 01:33:52 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.13=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- selectolax/__init__.py | 2 +- setup.cfg | 3 ++- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/selectolax/__init__.py b/selectolax/__init__.py index 546fa5d..8417826 100644 --- a/selectolax/__init__.py +++ b/selectolax/__init__.py @@ -3,4 +3,4 @@ __author__ = """Artem Golubin""" __email__ = 'me@rushter.com' -__version__ = '0.1.13' +__version__ = '0.2.0' diff --git a/setup.cfg b/setup.cfg index 9619d3d..c946265 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.13 +current_version = 0.2.0 commit = True tag = True @@ -23,3 +23,4 @@ max-line-length = 120 [pycodestyle] max-line-length = 120 + diff --git a/setup.py b/setup.py index 5299e9d..5d3cf41 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def make_extensions(): setup( name='selectolax', - version='0.1.13', + version='0.2.0', description="Fast HTML5 CSS selector.", long_description=readme, author="Artem Golubin",