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',