diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-11 06:44:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-11 06:44:16 +0000 |
commit | 2038f0a50c6dc3d72fc1b76f2015834bec4eb063 (patch) | |
tree | d97b263e75103e68e5c461735273e21cd39f612d /setup.cfg | |
parent | Releasing debian version 2.6.1-1. (diff) | |
download | identify-2038f0a50c6dc3d72fc1b76f2015834bec4eb063.tar.xz identify-2038f0a50c6dc3d72fc1b76f2015834bec4eb063.zip |
Merging upstream version 2.6.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.6.1 +version = 2.6.2 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown @@ -18,7 +18,7 @@ classifiers = [options] packages = find: -python_requires = >=3.8 +python_requires = >=3.9 [options.packages.find] exclude = |