Skip to content

Commit

Permalink
bump version to remove accidental pyproject.toml in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
ahupp committed Jun 7, 2022
1 parent 73e98a5 commit b443195
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(file_name):
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'],
Expand Down

0 comments on commit b443195

Please sign in to comment.