Skip to content

Commit

Permalink
chore(release): 🚀 1.1.4 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and actions-user committed Apr 8, 2023
1 parent 2b0128d commit 62cd96e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!--next-version-placeholder-->

## v1.1.4 (2023-04-08)
### Fix
* Release for zenodo ([`2b0128d`](https://github.com/entelecheia/eKoNLPy/commit/2b0128d8ba995b119bfa5c3580f9b20acbdc31ab))

## v1.1.3 (2023-04-07)
### Fix
* Semantic-release version bump ([`57d97df`](https://github.com/entelecheia/eKoNLPy/commit/57d97df632963ca2008de5df6df92095a5f4d6f1))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eKoNLPy"
version = "1.1.3"
version = "1.1.4"
description = "A Korean natural language processing toolkit for economic analysis"
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/ekonlpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.3"
__version__ = "1.1.4"

0 comments on commit 62cd96e

Please sign in to comment.