From c085d0d7abb657ff6f4b31e6012b248249c78b84 Mon Sep 17 00:00:00 2001 From: Shwetha Niddodi Date: Wed, 18 Jan 2023 14:27:24 -0800 Subject: [PATCH] Update for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12b84a7..ab361bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "volttron-lib-bacnet-driver" -version = "0.1.0" +version = "0.2.0-rc" description = "BACnet driver supported and maintained by the Volttron team." authors = ["Mark Bonicillo "] license = "Apache License 2.0"