Skip to content

Commit d719863

Browse files
committed
Prep for versioning, push forward to be concurrent with xpresspipe
1 parent 9c8907d commit d719863

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = ''
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.0.8-beta'
30+
release = '0.2.0-beta'
3131

3232

3333
# -- General configuration ---------------------------------------------------

xpressplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
this program. If not, see <https://www.gnu.org/licenses/>.
2020
"""
2121

22-
__version__ = '0.0.8-beta'
22+
__version__ = '0.2.0-beta'
2323

2424
from .fetch import *
2525
from .format import *

0 commit comments

Comments
 (0)