From 829285339ad6ed7b78f7b2488a30f2aff2eef794 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 22 Jan 2019 13:13:30 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- src/pyodide.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4f86c0091..2cfc18c9e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True tag_name = {new_version} diff --git a/src/pyodide.py b/src/pyodide.py index aa081a5ed..6054e0dea 100644 --- a/src/pyodide.py +++ b/src/pyodide.py @@ -6,7 +6,7 @@ import ast import io from textwrap import dedent -__version__ = '0.6.0' +__version__ = '0.6.1' def open_url(url):