We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8907d commit d719863Copy full SHA for d719863
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.8-beta'
+release = '0.2.0-beta'
31
32
33
# -- General configuration ---------------------------------------------------
xpressplot/__init__.py
@@ -19,7 +19,7 @@
19
this program. If not, see <https://www.gnu.org/licenses/>.
20
"""
21
22
-__version__ = '0.0.8-beta'
+__version__ = '0.2.0-beta'
23
24
from .fetch import *
25
from .format import *
0 commit comments