From ef6794e4730184c1e6e64aa3430de07669bd0bd1 Mon Sep 17 00:00:00 2001 From: Andy Grigg Date: Tue, 16 Jan 2024 15:49:18 -0500 Subject: [PATCH] Bump version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9af83bdc..d3717fc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ansys-grantami-bomanalytics" description = "Perform compliance analysis on materials data stored in Granta MI." -version = "2.0.0dev0" +version = "2.1.0dev0" license = "MIT" authors = ["ANSYS, Inc. "] maintainers = ["ANSYS, Inc. "]