diff options
| author | Adam Hupp <adam@hupp.org> | 2022-05-22 07:34:43 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2022-05-22 07:34:43 -0700 |
| commit | 65a971f17942d4b6610efc40d5c698b3241baa39 (patch) | |
| tree | 6b841dc7178914e9063ba491365755fe298dc9f5 /setup.py | |
| parent | 51e34d2b8b84f1a582b4dbbfa3693957ddc3f48a (diff) | |
| download | python-magic-65a971f17942d4b6610efc40d5c698b3241baa39.tar.gz | |
update to 0.4.26
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ setuptools.setup( author='Adam Hupp', author_email='adam@hupp.org', url="http://github.com/ahupp/python-magic", - version='0.4.25', + version='0.4.26', long_description=read('README.md'), long_description_content_type='text/markdown', packages=['magic'], |
