From d1dc263c9c29fc429921846bf07ee09cf4304c84 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Sun, 30 Jun 2024 11:06:14 -0700 Subject: [PATCH] Call this 0.8.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a837735..609ea99 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pynx584', - version='0.8.1', + version='0.8.2', description='NX584/NX8E Interface Library and Server', author='Dan Smith', author_email='dsmith+nx584@danplanet.com',