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 0bd1ff8 commit fb64feeCopy full SHA for fb64fee
filetype/__init__.py
@@ -7,4 +7,4 @@
7
from .match import * # noqa
8
9
# Current package semver version
10
-__version__ = version = '1.0.11'
+__version__ = version = '1.0.12'
setup.py
@@ -6,7 +6,7 @@
6
setup(
name='filetype',
- version='1.0.11',
+ version='1.0.12',
description='Infer file type and MIME type of any file/buffer. '
11
'No external dependencies.',
12
long_description=codecs.open('README.rst', 'r',
0 commit comments