Skip to content

Commit

Permalink
Bump version: 0.2.16 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chazkii committed Apr 7, 2019
1 parent 54448bc commit 2445b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.16
current_version = 0.3.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
commit = True
tag = True
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2445b5c

Please sign in to comment.