summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2020-05-05 19:25:46 -0700
committerAdam Hupp <adam@hupp.org>2020-05-05 19:25:46 -0700
commit440beb42b87823a66654143526ee651ea25d54d4 (patch)
tree1c3ff396e451695dada5b5956da76e8874eb3443
parent06258071f511db9d28960fb3613d624147ec5151 (diff)
downloadpython-magic-440beb42b87823a66654143526ee651ea25d54d4.tar.gz
bump version to 0.4.180.4.18
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5816591..43c2011 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.17',
+ version='0.4.18',
py_modules=['magic'],
long_description=read('README.md'),
long_description_content_type='text/markdown',