Update version.py

This commit is contained in:
Oliver 2021-04-11 15:39:53 +10:00 committed by GitHub
parent 7c9ad3f406
commit effd547260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import re
import common.models
INVENTREE_SW_VERSION = "0.2.0"
INVENTREE_SW_VERSION = "0.2.1 pre"
# Increment this number whenever there is a significant change to the API that any clients need to know about
INVENTREE_API_VERSION = 2