From c4b1b764b634097f68fd702459406ac585c4140a Mon Sep 17 00:00:00 2001 From: NathanDraco22 Date: Sun, 10 Sep 2023 19:52:47 -0600 Subject: [PATCH] release 0.0.6 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 08dc8bc..45e4d91 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="zaptools", - version="0.0.6b1", + version="0.0.6", url="https://github.com/NathanDraco22/zap-adapter-python", license='MIT', @@ -22,7 +22,7 @@ ], install_requires=[], classifiers=[ - 'Development Status :: 5 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python',