summaryrefslogtreecommitdiff
path: root/pluginbase.py
diff options
context:
space:
mode:
authorSpencer McIntyre <zeroSteiner@gmail.com>2018-05-23 21:43:58 -0400
committerSpencer McIntyre <zeroSteiner@gmail.com>2018-05-23 21:43:58 -0400
commitb5622096e33f6620f5b2726405d09686adab31c2 (patch)
treef170a2815ecf57caee3c0568572e97932e3f40a9 /pluginbase.py
parentc7a9b74bb7185879f45c0c61679a58483adec7d9 (diff)
downloadpluginbase-b5622096e33f6620f5b2726405d09686adab31c2.tar.gz
This is 0.60.6
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 fa88234..8dfa149 100644
--- a/pluginbase.py
+++ b/pluginbase.py
@@ -32,7 +32,7 @@ else:
from io import BytesIO as NativeBytesIO
-__version__ = '0.6b0'
+__version__ = '0.6'
_local = threading.local()
_internalspace = ModuleType(__name__ + '._internalspace')