From 5e52b8328deb4e1bc80c83b7072390d0ce4d8caf Mon Sep 17 00:00:00 2001 From: Shwetha Niddodi Date: Wed, 18 Jan 2023 14:39:06 -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 342b8b0..d40d84e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ exclude = ['docs/'] [tool.poetry] name = "volttron-bacnet-proxy" -version = "0.1.0" +version = "0.2.0-rc" description = "BACnet Proxy is an agent that supports communication and management of BACnet devices." authors = ["Mark Bonicillo "] license = "Apache License 2.0"