From 2445b5c1dd8034cacd76be67a258f265da0fe20c Mon Sep 17 00:00:00 2001 From: Charlie Smith Date: Sun, 7 Apr 2019 18:40:27 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.16=20=E2=86=92=200.3.0?= 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 d64788e..924e01f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.16 +current_version = 0.3.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+) commit = True tag = True diff --git a/setup.py b/setup.py index 530a0d5..93c1a4e 100644 --- a/setup.py +++ b/setup.py @@ -16,13 +16,13 @@ def readme(): setup( name='chromewhip', - version='0.2.16', + version='0.3.0', 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.16.tar.gz', + download_url='https://github.com/chuckus/chromewhip/archive/v0.3.0.tar.gz', # Author details author='Charlie Smith',