diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-19 04:48:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-19 04:48:05 +0000 |
commit | 794af78769a4c726a4c42bdc54cc330df6b72695 (patch) | |
tree | 08ade6baaf317cb3fa3b5b39621cfa79f02b2f59 /setup.cfg | |
parent | Releasing debian version 2.3.5-1. (diff) | |
download | identify-794af78769a4c726a4c42bdc54cc330df6b72695.tar.xz identify-794af78769a4c726a4c42bdc54cc330df6b72695.zip |
Merging upstream version 2.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.3.5 +version = 2.4.0 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown @@ -36,7 +36,7 @@ console_scripts = [options.extras_require] license = - editdistance-s + ukkonen [bdist_wheel] universal = True |