Update version.py

This commit is contained in:
Oliver 2019-09-24 08:08:42 +10:00 committed by GitHub
parent d247ea7589
commit fb75617807
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
INVENTREE_SW_VERSION = "0.0.6"
INVENTREE_SW_VERSION = "0.0.7"
def inventreeVersion():