Bump version: 0.1.11 → 0.1.12

This commit is contained in:
Michael Droettboom 2018-11-14 15:40:36 -05:00
parent 8babceb701
commit f88b259894
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.11
current_version = 0.1.12
commit = True
tag = True
tag_name = {new_version}
@ -7,3 +7,4 @@ tag_name = {new_version}
[bumpversion:file:src/pyodide.py]
search = __version__ = '{current_version}'
replace = __version__ = '{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.11'
__version__ = '0.1.12'
def open_url(url):