switch back to dev

This commit is contained in:
Angelos Tzotsos
2023-05-18 21:20:54 +03:00
parent 7587e7f5e6
commit 953b6fa74d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ today_fmt = '%Y-%m-%d'
# built documents.
#
# The short X.Y version.
version = '0.15.0'
version = '0.16.dev0'
# The full version, including alpha/beta/rc tags.
release = version
+1 -1
View File
@@ -29,7 +29,7 @@
#
# =================================================================
__version__ = '0.15.0'
__version__ = '0.16.dev0'
import click
try: