From cd7fdfa7512086f337564c7d682e96878acc6730 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Thu, 12 Sep 2024 00:04:12 -0600 Subject: [PATCH] bump version number --- bricksrc/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bricksrc/version.py b/bricksrc/version.py index 3a9be2c9..47291818 100644 --- a/bricksrc/version.py +++ b/bricksrc/version.py @@ -3,11 +3,11 @@ # Minor version: increment for substantial additions to the ontology that # are backwards compatible -BRICK_MINOR_VERSION = 4 +BRICK_MINOR_VERSION = 5 # Patch version: increment for minor additions/changes to the ontology that # are largely backwards compatible (bug-fixes exempted) -BRICK_PATCH_VERSION = 1 +BRICK_PATCH_VERSION = 0 # the simplified (no patch version) version number for Brick. Intended for # inclusion in the Brick namespace URI