Skip to content

Commit 880ffd4

Browse files
author
User
committed
Bump version: 0.1.3 → 0.2.0
1 parent 134dd31 commit 880ffd4

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.3
2+
current_version = 0.2.0
33
files = unicodec/__init__.py pyproject.toml setup.py
44
commit = True
55
tag = True
6-

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "unicodec"
3-
version = "0.1.3"
3+
version = "0.2.0"
44

55
description = "Library for decoding bytes content into unicode"
66
readme = "README.md"

setup.py

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

33
setup(
44
name="unicodec",
5-
version="0.1.3",
5+
version="0.2.0",
66
packages=["unicodec"],
77
install_requires=[
88
"six",

unicodec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"detect_content_encoding",
1010
"normalize_encoding_name",
1111
]
12-
__version__ = "0.1.3"
12+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)