Commit f88b2598 authored by Michael Droettboom's avatar Michael Droettboom

Bump version: 0.1.11 → 0.1.12

parent 8babceb7
[bumpversion] [bumpversion]
current_version = 0.1.11 current_version = 0.1.12
commit = True commit = True
tag = True tag = True
tag_name = {new_version} tag_name = {new_version}
...@@ -7,3 +7,4 @@ tag_name = {new_version} ...@@ -7,3 +7,4 @@ tag_name = {new_version}
[bumpversion:file:src/pyodide.py] [bumpversion:file:src/pyodide.py]
search = __version__ = '{current_version}' search = __version__ = '{current_version}'
replace = __version__ = '{new_version}' replace = __version__ = '{new_version}'
...@@ -5,7 +5,7 @@ A library of helper utilities for connecting Python to the browser environment. ...@@ -5,7 +5,7 @@ A library of helper utilities for connecting Python to the browser environment.
import ast import ast
import io import io
__version__ = '0.1.11' __version__ = '0.1.12'
def open_url(url): 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