summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2020-05-05 15:09:04 -0700
committerAdam Hupp <adam@hupp.org>2020-05-05 15:09:04 -0700
commit406ca1c736ce961b71b1868464c8fe61418292a8 (patch)
treef91d8980cc245c3f62e040cbddab85a77f6a70b2
parentfeae58b90c40d6f35ae2f4a921e938f4307e2822 (diff)
downloadpython-magic-0.4.17.tar.gz
bump version to 0.4.170.4.17
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 68825fd..5816591 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(name='python-magic',
author='Adam Hupp',
author_email='adam@hupp.org',
url="http://github.com/ahupp/python-magic",
- version='0.4.16',
+ version='0.4.17',
py_modules=['magic'],
long_description=read('README.md'),
long_description_content_type='text/markdown',