From 78b3bd2160ad6e5250309cbc558ffc40f2467bbe Mon Sep 17 00:00:00 2001 From: Spencer McIntyre Date: Sat, 2 Feb 2019 14:22:54 -0500 Subject: Bump the version to 0.8b0 --- pluginbase.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pluginbase.py b/pluginbase.py index 05d582e..e42092f 100644 --- a/pluginbase.py +++ b/pluginbase.py @@ -32,7 +32,7 @@ else: from io import BytesIO as NativeBytesIO -__version__ = '0.7' +__version__ = '0.8b0' _local = threading.local() _internalspace = ModuleType(__name__ + '._internalspace') diff --git a/setup.py b/setup.py index 232f5bb..b20ea84 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( author_email='armin.ronacher@active-4.com', maintainer='Spencer McIntyre', maintainer_email='zeroSteiner@gmail.com', - version='0.7', + version='0.8-dev', description=DESCRIPTION, long_description=long_description, long_description_content_type='text/markdown', -- cgit v1.2.1