summaryrefslogtreecommitdiff
path: root/pluginbase.py
diff options
context:
space:
mode:
authorSpencer McIntyre <zeroSteiner@gmail.com>2019-02-02 14:22:54 -0500
committerSpencer McIntyre <zeroSteiner@gmail.com>2019-02-02 14:22:54 -0500
commit78b3bd2160ad6e5250309cbc558ffc40f2467bbe (patch)
treeab11a1b61180f32db00ad1b43202aec2ec6ab5c6 /pluginbase.py
parent3c0389585a4819383e7ea669428ddb746cd790a6 (diff)
downloadpluginbase-78b3bd2160ad6e5250309cbc558ffc40f2467bbe.tar.gz
Bump the version to 0.8b0
Diffstat (limited to 'pluginbase.py')
-rw-r--r--pluginbase.py2
1 files changed, 1 insertions, 1 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')