summaryrefslogtreecommitdiff
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
parent3c0389585a4819383e7ea669428ddb746cd790a6 (diff)
downloadpluginbase-78b3bd2160ad6e5250309cbc558ffc40f2467bbe.tar.gz
Bump the version to 0.8b0
-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 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',