Skip to content

Commit 2675735

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent 24c4f4e commit 2675735

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="xtractmime",
9-
version="0.2.0",
9+
version="0.2.1",
1010
license="BSD",
1111
description=(
1212
"Implementation of the MIME Sniffing standard (https://mimesniff.spec.whatwg.org/)"

xtractmime/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22
import re
33
from typing import Optional, Set, Tuple
44
from xtractmime._patterns import _APACHE_TYPES, BINARY_BYTES, WHITESPACE_BYTES

0 commit comments

Comments
 (0)