Skip to content

Commit 06a3c92

Browse files
committed
Bump version for Python 3.14 support
1 parent 5b05229 commit 06a3c92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stego-lsb"
7-
version = "1.7.0"
7+
version = "1.7.1"
88
description = """Least Significant Bit Steganography for bitmap images (.bmp and .png), WAV sound files, and byte
99
sequences. Simple LSB Steganalysis (LSB extraction) for bitmap images."""
1010
readme = "README.md"
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2930
"Programming Language :: Python :: 3 :: Only",
3031
]
3132

0 commit comments

Comments
 (0)