Commit de7dd4be authored by Michael Droettboom's avatar Michael Droettboom

Bump version: 0.1.12 → 0.2.0

parent caeecfe3
[bumpversion]
current_version = 0.1.12
current_version = 0.2.0
commit = True
tag = True
tag_name = {new_version}
......
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment