We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b05229 commit 06a3c92Copy full SHA for 06a3c92
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "stego-lsb"
7
-version = "1.7.0"
+version = "1.7.1"
8
description = """Least Significant Bit Steganography for bitmap images (.bmp and .png), WAV sound files, and byte
9
sequences. Simple LSB Steganalysis (LSB extraction) for bitmap images."""
10
readme = "README.md"
@@ -26,6 +26,7 @@ classifiers = [
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
"Programming Language :: Python :: 3.13",
29
+ "Programming Language :: Python :: 3.14",
30
"Programming Language :: Python :: 3 :: Only",
31
]
32
0 commit comments