Bump version: 0.3.0 → 0.4.0

This commit is contained in:
Michael Droettboom 2018-12-10 17:26:42 -05:00
parent 81cd031360
commit a134831aba
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.3.0 current_version = 0.4.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.3.0' __version__ = '0.4.0'
def open_url(url): def open_url(url):