update to latest ZK version, bump version number

This commit is contained in:
Soren I. Bjornstad
2022-08-19 17:27:43 -05:00
parent 04272c3973
commit a1c946db9e
50 changed files with 359 additions and 14 deletions

View File

@@ -18,9 +18,9 @@ copyright = '2021 Soren Bjornstad'
author = 'Soren Bjornstad'
# The short X.Y version
version = "0.2.0"
version = "0.3.0"
# The full version, including alpha/beta/rc tags
release = "0.2.0"
release = "0.3.0"
# -- General configuration ---------------------------------------------------