mirror of https://github.com/pyodide/pyodide.git
Bump version: 0.2.0 → 0.3.0
This commit is contained in:
parent
e9136eea3c
commit
82d0c4cbfd
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.2.0
|
||||
current_version = 0.3.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.2.0'
|
||||
__version__ = '0.3.0'
|
||||
|
||||
|
||||
def open_url(url):
|
||||
|
|
Loading…
Reference in New Issue