From a2294fe05ab822b7d07c794887262583277d072e Mon Sep 17 00:00:00 2001 From: Patrick Guo Date: Mon, 25 Nov 2024 14:25:35 -0500 Subject: [PATCH] setup.py version update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ccb055..18d5091 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def run(self): with open('README.md', encoding='utf-8') as readme: setup( name='rs232-to-pdu', - version='1.1.5', + version='1.1.6', author='InkBridge Networks', package_dir={'': 'src'},