Bump version number

This commit is contained in:
Oliver Walters 2019-09-03 09:59:14 +10:00
parent a6ee3a59a0
commit 0325f042b5

View File

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