Bump version number to v0.6.1

This commit is contained in:
Oliver 2022-02-26 18:37:49 +11:00
parent 9841f47806
commit 7a18801d0a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import re
import common.models
# InvenTree software version
INVENTREE_SW_VERSION = "0.6.0"
INVENTREE_SW_VERSION = "0.6.1"
# InvenTree API version
INVENTREE_API_VERSION = 26