2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Update version.py

bump version number
This commit is contained in:
Oliver
2020-03-22 20:19:16 +11:00
committed by GitHub
parent b6bc5e3bff
commit c6f069028c

View File

@ -4,7 +4,7 @@ Provides information on the current InvenTree version
import subprocess
INVENTREE_SW_VERSION = "0.0.8"
INVENTREE_SW_VERSION = "0.0.9"
def inventreeVersion():