Bumped version to 1.0 beta 1

This commit is contained in:
Veronica K. B. Olsen
2020-08-15 19:55:39 +02:00
parent eb31076c4e
commit 4b60c879f1
2 changed files with 8 additions and 6 deletions
+5 -3
View File
@@ -15,7 +15,9 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath("."))
import os, time, sphinx_rtd_theme
import os
import time
import sphinx_rtd_theme # noqa: F401
# -- Project information -----------------------------------------------------
@@ -24,9 +26,9 @@ copyright = "2018-2020, Veronica Berglyd Olsen"
author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "0.12.0"
version = "1.0"
# The full version, including alpha/beta/rc tags
release = "0.12.0"
release = "1.0b1"
# -- General configuration ---------------------------------------------------