From b443195104d89363b93a547584c1a12fce3b57ec Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Tue, 7 Jun 2022 12:50:57 -0700 Subject: bump version to remove accidental pyproject.toml in sdist --- CHANGELOG | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3ae6ceb..d821246 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +Changes to 0.4.27: + - remove spurious pyproject.toml that breaks source builds + Changes to 0.4.26: - Use tox for all multi-version testing - Fix use of pytest, use it via tox 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'], -- cgit v1.2.1