Skip to content

Commit

Permalink
version -> 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eiennohito committed Jun 16, 2022
1 parent 9b1876d commit b26bb2c
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/input_text/default_input_text/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "default_input_text"
version = "0.6.4-a1"
version = "0.6.4"
authors = ["Works Applications <sudachi@worksap.co.jp>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin/oov/simple_oov/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple_oov"
version = "0.6.4-a1"
version = "0.6.4"
authors = ["Works Applications <sudachi@worksap.co.jp>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin/path_rewrite/join_katakana_oov/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "join_katakana_oov"
version = "0.6.4-a1"
version = "0.6.4"
authors = ["Works Applications <sudachi@worksap.co.jp>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin/path_rewrite/join_numeric/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "join_numeric"
version = "0.6.4-a1"
version = "0.6.4"
authors = ["Works Applications <sudachi@worksap.co.jp>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sudachipy"
version = "0.6.4-a1"
version = "0.6.4"
edition = "2018"
description = "Python bindings of sudachi.rs, the Japanese Morphological Analyzer"
homepage = "https://github.com/WorksApplications/sudachi.rs"
Expand Down
2 changes: 1 addition & 1 deletion python/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Works Applications'

# The full version, including alpha/beta/rc tags
release = '0.6.4-a1'
release = '0.6.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion python/py_src/sudachipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from importlib.util import find_spec
from pathlib import Path

__version__ = "0.6.4-a1"
__version__ = "0.6.4"

_DEFAULT_RESOURCEDIR = Path(__file__).resolve().parent / 'resources'
_DEFAULT_SETTINGFILE = _DEFAULT_RESOURCEDIR / 'sudachi.json'
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="SudachiPy",
version="0.6.4-a1",
version="0.6.4",
description="Python version of Sudachi, the Japanese Morphological Analyzer",
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion sudachi-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sudachi-cli"
version = "0.6.4-a1"
version = "0.6.4"
authors = ["Works Applications <sudachi@worksap.co.jp>"]
edition = "2018"
description = "Rust version of Sudachi, the Japanese Morphological Analyzer"
Expand Down
2 changes: 1 addition & 1 deletion sudachi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sudachi"
version = "0.6.4-a1"
version = "0.6.4"
authors = ["Works Applications <sudachi@worksap.co.jp>"]
edition = "2018"
description = "Rust version of Sudachi, the Japanese Morphological Analyzer"
Expand Down

0 comments on commit b26bb2c

Please sign in to comment.