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