2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00

Bump version

This commit is contained in:
Oliver Walters 2019-08-14 13:27:51 +10:00
parent 0a97bc1b40
commit b19472ad73

View File

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