bump version and allow use of --version to see it

This commit is contained in:
Soren I. Bjornstad
2022-01-23 17:27:10 -06:00
parent 4a6e4e7bc0
commit 572c3d0316
4 changed files with 13 additions and 5 deletions

View File

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