summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-01-15 13:10:16 -0800
committerAdam Hupp <adam@hupp.org>2021-01-15 13:10:16 -0800
commit442d70dcee602ec76e1108721818fe46fc97188e (patch)
tree2744810e65cd5ae7893b51f9a25c7ff199e0b656
parente9287aff879335da342863e2dcc7ae224b9e258c (diff)
downloadpython-magic-442d70dcee602ec76e1108721818fe46fc97188e.tar.gz
bump version to 0.4.19
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index edf0aea..5cf48b1 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(
author='Adam Hupp',
author_email='adam@hupp.org',
url="http://github.com/ahupp/python-magic",
- version='0.4.18',
+ version='0.4.19',
py_modules=['magic'],
long_description=read('README.md'),
long_description_content_type='text/markdown',