Update version.py

Bump version number
This commit is contained in:
Oliver 2020-04-05 00:56:16 +11:00 committed by GitHub
parent cffb921fb1
commit 7c09c20725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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