Skip to content

Commit b443195

Browse files
committed
bump version to remove accidental pyproject.toml in sdist
1 parent 73e98a5 commit b443195

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Changes to 0.4.27:
2+
- remove spurious pyproject.toml that breaks source builds
3+
14
Changes to 0.4.26:
25
- Use tox for all multi-version testing
36
- Fix use of pytest, use it via tox

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(file_name):
1818
author='Adam Hupp',
1919
author_email='adam@hupp.org',
2020
url="http://github.com/ahupp/python-magic",
21-
version='0.4.26',
21+
version='0.4.27',
2222
long_description=read('README.md'),
2323
long_description_content_type='text/markdown',
2424
packages=['magic'],

0 commit comments

Comments
 (0)