Bump version: 0.1.12 → 0.2.0

This commit is contained in:
Michael Droettboom 2018-11-15 13:27:21 -05:00
parent caeecfe3a6
commit de7dd4be6f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -5,7 +5,7 @@ A library of helper utilities for connecting Python to the browser environment.
import ast
import io
__version__ = '0.1.12'
__version__ = '0.2.0'
def open_url(url):