Skip to content

Commit 9159b88

Browse files
semantic-releaseactions-user
semantic-release
authored andcommitted
chore(release): 🚀 2.0.2 [skip ci]
Automatically generated by python-semantic-release
1 parent 451e9d9 commit 9159b88

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<!--next-version-placeholder-->
22

3+
## v2.0.2 (2023-07-24)
4+
5+
### Fix
6+
7+
* **mecab:** Ensure debugging messages appear only in verbose mode ([`7f76839`](https://github.com/entelecheia/eKoNLPy/commit/7f76839da95d3da431e81caa8a7715bf63d4e733))
8+
39
## v2.0.1 (2023-07-24)
410

511
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "eKoNLPy"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "A Korean natural language processing toolkit for economic analysis"
55
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
66
license = "MIT"

src/ekonlpy/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.1"
1+
__version__ = "2.0.2"

0 commit comments

Comments
 (0)