We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e98a5 commit b443195Copy full SHA for b443195
CHANGELOG
@@ -1,3 +1,6 @@
1
+Changes to 0.4.27:
2
+ - remove spurious pyproject.toml that breaks source builds
3
+
4
Changes to 0.4.26:
5
- Use tox for all multi-version testing
6
- Fix use of pytest, use it via tox
setup.py
@@ -18,7 +18,7 @@ def read(file_name):
18
author='Adam Hupp',
19
author_email='adam@hupp.org',
20
url="http://github.com/ahupp/python-magic",
21
- version='0.4.26',
+ version='0.4.27',
22
long_description=read('README.md'),
23
long_description_content_type='text/markdown',
24
packages=['magic'],
0 commit comments