mirror of https://github.com/pyodide/pyodide.git
Bump version: 0.7.1 → 0.7.2
This commit is contained in:
parent
1ee57cbd16
commit
18bcd9e61c
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.7.1
|
current_version = 0.7.2
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
tag_name = {new_version}
|
tag_name = {new_version}
|
||||||
|
|
|
@ -6,7 +6,7 @@ import ast
|
||||||
import io
|
import io
|
||||||
from textwrap import dedent
|
from textwrap import dedent
|
||||||
|
|
||||||
__version__ = '0.7.1'
|
__version__ = '0.7.2'
|
||||||
|
|
||||||
|
|
||||||
def open_url(url):
|
def open_url(url):
|
||||||
|
|
Loading…
Reference in New Issue