Skip to content

Commit 062c229

Browse files
committed
Bump version: 0.1.0 → 0.2.0
1 parent 91f8fa4 commit 062c229

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.1.0
2+
current_version = 0.2.0
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.1.0",
9+
version="0.2.0",
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.1.0"
1+
__version__ = "0.2.0"
22
from typing import Optional, Set, Tuple
33
from xtractmime._patterns import _APACHE_TYPES, BINARY_BYTES, WHITESPACE_BYTES
44
from xtractmime._utils import (

0 commit comments

Comments
 (0)