From 63b6ba23e8844bc660e438e5aaf78b9f6c0d2d45 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 21 Feb 2019 20:42:12 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.8.2?= 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 57d8af49b..c5318f2cf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 commit = True tag = True tag_name = {new_version} diff --git a/src/pyodide.py b/src/pyodide.py index 4d516f7f7..5e45e8ed5 100644 --- a/src/pyodide.py +++ b/src/pyodide.py @@ -6,7 +6,7 @@ import ast import io from textwrap import dedent -__version__ = '0.8.1' +__version__ = '0.8.2' def open_url(url):