summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer McIntyre <zeroSteiner@gmail.com>2020-09-11 20:21:42 -0400
committerSpencer McIntyre <zeroSteiner@gmail.com>2021-05-16 12:09:22 -0400
commit002f2d2b7d4ef4bdafd1ea2c764b7f3665a7ea4b (patch)
treeac6b66cdc3328173e2c5948d65ad15a1cbad96f3
parente95b6c3bd2495d0f74f9baf11eadd4f5109d4911 (diff)
downloadpluginbase-002f2d2b7d4ef4bdafd1ea2c764b7f3665a7ea4b.tar.gz
Bump the version to 1.0.1
-rw-r--r--pluginbase.py2
-rw-r--r--setup.py2
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',