Skip to content

Commit fb64fee

Browse files
committed
feat: version bump
1 parent 0bd1ff8 commit fb64fee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

filetype/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from .match import * # noqa
88

99
# Current package semver version
10-
__version__ = version = '1.0.11'
10+
__version__ = version = '1.0.12'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='filetype',
9-
version='1.0.11',
9+
version='1.0.12',
1010
description='Infer file type and MIME type of any file/buffer. '
1111
'No external dependencies.',
1212
long_description=codecs.open('README.rst', 'r',

0 commit comments

Comments
 (0)