From 54a0614cb7228d28fa8a81fb3c313e845ccf7633 Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Mon, 13 May 2024 01:17:35 -0400 Subject: [PATCH] bump the version --- py34/bacpypes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py34/bacpypes/__init__.py b/py34/bacpypes/__init__.py index 3a06c8e..fa39a45 100755 --- a/py34/bacpypes/__init__.py +++ b/py34/bacpypes/__init__.py @@ -18,7 +18,7 @@ if _sys.platform not in _supported_platforms: # Project Metadata # -__version__ = '0.18.7' +__version__ = '0.18.8' __author__ = 'Joel Bender' __email__ = 'joel@carrickbender.com'