From b45be1e807e53b0c4e201d5ba0de144ba5908b38 Mon Sep 17 00:00:00 2001 From: Ryan Gibson Date: Tue, 8 Oct 2024 21:33:10 -0400 Subject: [PATCH] Bump version for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1327a06..2efae81 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ author="Ryan Gibson", author_email="ryan.alex.gibson@gmail.com", name="stego-lsb", - version="1.6.2", + version="1.6.3", 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.",