Bump version: 0.9.0 → 0.10.0

This commit is contained in:
Michael Droettboom 2019-03-21 13:44:19 -04:00
parent ff5ccdfca6
commit cda2682ac7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0
current_version = 0.10.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.9.0'
__version__ = '0.10.0'
def open_url(url):