Update version.py

This commit is contained in:
Oliver 2020-05-07 10:08:20 +10:00 committed by GitHub
parent 5747a07f7b
commit 00ccfdf11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ import subprocess
from common.models import InvenTreeSetting from common.models import InvenTreeSetting
import django import django
INVENTREE_SW_VERSION = "0.1.0 pre" INVENTREE_SW_VERSION = "0.1.0"
def inventreeInstanceName(): def inventreeInstanceName():