diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e07b28ab..ec3efb90f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.1 +current_version = 0.14.0 commit = True tag = True tag_name = {new_version} diff --git a/src/pyodide.py b/src/pyodide.py index 8221af6e0..270de4dda 100644 --- a/src/pyodide.py +++ b/src/pyodide.py @@ -6,7 +6,7 @@ import ast import io from textwrap import dedent -__version__ = '0.13.1' +__version__ = '0.14.0' def open_url(url):