From 002f2d2b7d4ef4bdafd1ea2c764b7f3665a7ea4b Mon Sep 17 00:00:00 2001 From: Spencer McIntyre Date: Fri, 11 Sep 2020 20:21:42 -0400 Subject: Bump the version to 1.0.1 --- pluginbase.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pluginbase.py b/pluginbase.py index e3839e1..0370f17 100644 --- a/pluginbase.py +++ b/pluginbase.py @@ -32,7 +32,7 @@ else: from io import BytesIO as NativeBytesIO -__version__ = '1.0.0' +__version__ = '1.0.1' _local = threading.local() _internalspace = ModuleType(__name__ + '._internalspace') diff --git a/setup.py b/setup.py index 8f9f4e6..541eb42 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='1.0.0', + version='1.0.1', description=DESCRIPTION, long_description=long_description, long_description_content_type='text/markdown', -- cgit v1.2.1