We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769e5ef commit 51c620aCopy full SHA for 51c620a
2 files changed
docs/conf.py
@@ -27,7 +27,7 @@
27
# The short X.Y version
28
version = ''
29
# The full version, including alpha/beta/rc tags
30
-release = '0.0.6-beta'
+release = '0.0.7-beta'
31
32
33
# -- General configuration ---------------------------------------------------
xpressplot/__init__.py
@@ -28,4 +28,4 @@
from .collapser import *
from .utils import *
-__version__ = '0.0.6-beta'
+__version__ = '0.0.7-beta'
0 commit comments