summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2022-06-07 12:50:57 -0700
committerAdam Hupp <adam@hupp.org>2022-06-07 12:50:57 -0700
commitb443195104d89363b93a547584c1a12fce3b57ec (patch)
tree6a7b10bb66b9eac4ab80fba9083996c4c1148b9b /setup.py
parent73e98a5d0de8da9f660ea501e335aec8cdd27333 (diff)
downloadpython-magic-b443195104d89363b93a547584c1a12fce3b57ec.tar.gz
bump version to remove accidental pyproject.toml in sdist0.4.27
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a98fbef..06386c3 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setuptools.setup(
author='Adam Hupp',
author_email='adam@hupp.org',
url="http://github.com/ahupp/python-magic",
- version='0.4.26',
+ version='0.4.27',
long_description=read('README.md'),
long_description_content_type='text/markdown',
packages=['magic'],