From 17f5a29a935c695fab5e7467e68168f5d900debf Mon Sep 17 00:00:00 2001 From: Ryan Gibson Date: Tue, 2 Apr 2024 23:09:09 -0400 Subject: [PATCH] Move development status to stable (from beta) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b3ae8ba..77fb87d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ author="Ryan Gibson", author_email="ryan.alex.gibson@gmail.com", name="stego-lsb", - version="1.6.0", + version="1.6.1", description="Least Significant Bit Steganography for bitmap images (.bmp " "and .png), WAV sound files, and byte sequences. Simple LSB " "Steganalysis (LSB extraction) for bitmap images.", @@ -34,7 +34,7 @@ zip_safe=False, python_requires=">=3.8", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English",