Skip to content

Commit

Permalink
Merge pull request #29 from r9y9/update-deps
Browse files Browse the repository at this point in the history
Update binary dependencies (hts_engine_API/open_jtalk)
  • Loading branch information
r9y9 committed Feb 5, 2022
2 parents e12f67d + 83f3bb2 commit 2b9737e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Change log
==========

v0.1.7 <2022-xx-xx>
v0.2.0 <2022-02-06>
-------------------

* `#29`_: Update binary dependencies (hts_engine_API/open_jtalk)

v0.1.6 <2022-01-29>
-------------------
Expand Down Expand Up @@ -80,3 +81,4 @@ Initial release with OpenJTalk's text processsing functionality
.. _#24: https://github.com/r9y9/pyopenjtalk/pull/24
.. _#25: https://github.com/r9y9/pyopenjtalk/pull/25
.. _#27: https://github.com/r9y9/pyopenjtalk/issues/27
.. _#29: https://github.com/r9y9/pyopenjtalk/pull/29
2 changes: 1 addition & 1 deletion lib/hts_engine_API
2 changes: 1 addition & 1 deletion lib/open_jtalk
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

platform_is_windows = sys.platform == "win32"

version = "0.1.7"
version = "0.2.0"

min_cython_ver = "0.21.0"
try:
Expand Down

0 comments on commit 2b9737e

Please sign in to comment.