Bump version: 0.13.0 → 0.13.1

This commit is contained in:
Michael Droettboom 2019-06-04 13:44:37 -04:00
parent 5db6017070
commit b909b2294d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.0
current_version = 0.13.1
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.0'
__version__ = '0.13.1'
def open_url(url):