2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

Update version.py

Bumped version number
This commit is contained in:
Oliver
2021-07-15 09:54:55 +10:00
committed by GitHub
parent c816afbe62
commit 94792596e9

View File

@ -8,7 +8,7 @@ import re
import common.models
INVENTREE_SW_VERSION = "0.2.5 pre"
INVENTREE_SW_VERSION = "0.3.0"
INVENTREE_API_VERSION = 7