From ab091ae0d45c1a5acf54aeb20cbd12166c157440 Mon Sep 17 00:00:00 2001 From: David Mulcahey Date: Sun, 13 Feb 2022 12:09:41 -0500 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b911b7f..7d7df0a1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="zhaws", - version="2022.02.12", + version="2022.02.13", description="Library implementing a Zigbee websocket server", long_description=(pathlib.Path(__file__).parent / "README.md").read_text(), long_description_content_type="text/markdown",