Bump version: 0.5.0 → 0.6.0

This commit is contained in:
Michael Droettboom 2019-01-17 14:04:59 -05:00
parent 65ebb9944c
commit 60977f0db8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.5.0 current_version = 0.6.0
commit = True commit = True
tag = True tag = True
tag_name = {new_version} tag_name = {new_version}

View File

@ -6,7 +6,7 @@ import ast
import io import io
from textwrap import dedent from textwrap import dedent
__version__ = '0.5.0' __version__ = '0.6.0'
def open_url(url): def open_url(url):