From 029f06e5606c35238141f69187bae136d190fefb Mon Sep 17 00:00:00 2001 From: Charlie Smith Date: Sat, 20 Jan 2018 17:25:20 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.4=20=E2=86=92=200.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ec2b216..44d2786 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.2.5 parse = (?P\d+)\.(?P\d+)\.(?P\d+) commit = True tag = True diff --git a/setup.py b/setup.py index 8db6d22..44c1386 100644 --- a/setup.py +++ b/setup.py @@ -16,13 +16,13 @@ def readme(): setup( name='chromewhip', - version='0.2.4', + version='0.2.5', description='asyncio driver + HTTP server for Chrome devtools protocol', long_description=readme(), # The project's main homepage. url='https://github.com/chuckus/chromewhip', - download_url='https://github.com/chuckus/chromewhip/archive/v0.2.4.tar.gz', + download_url='https://github.com/chuckus/chromewhip/archive/v0.2.5.tar.gz', # Author details author='Charlie Smith',