Bump version: 0.13.1 → 0.14.0

This commit is contained in:
Michael Droettboom 2019-08-14 10:16:53 -04:00
parent b909b2294d
commit 1ade2088bc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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