bump version

This commit is contained in:
Soren I. Bjornstad
2024-07-25 16:25:06 -05:00
parent abc41c5a3c
commit dad1215958
3 changed files with 4 additions and 4 deletions

View File

@@ -15,9 +15,9 @@ copyright = str(datetime.date.today().year) + ' Soren Bjornstad'
author = 'Soren Bjornstad'
# The short X.Y version
version = "0.4.0"
version = "0.5.0"
# The full version, including alpha/beta/rc tags
release = "0.4.0"
release = "0.5.0"
# -- General configuration ---------------------------------------------------