Skip to content

Commit

Permalink
bump version -> 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eiennohito committed Dec 14, 2023
1 parent 9cbaae0 commit bfaefc5
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 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.8-a1"
version = "0.6.8"
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.8-a1"
version = "0.6.8"
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.8-a1"
version = "0.6.8"
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.8-a1"
version = "0.6.8"
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.8-a1"
version = "0.6.8"
edition = "2018"
description = "Python bindings of sudachi.rs, the Japanese Morphological Analyzer"
homepage = "https://github.com/WorksApplications/sudachi.rs"
Expand Down
4 changes: 2 additions & 2 deletions python/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = 'SudachiPy'
copyright = '2021, Works Applications'
copyright = '2023, Works Applications'
author = 'Works Applications'

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


# -- 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.8-a1"
__version__ = "0.6.8"

_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.8-a1",
version="0.6.8",
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.8-a1"
version = "0.6.8"
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.8-a1"
version = "0.6.8"
authors = ["Works Applications <sudachi@worksap.co.jp>"]
edition = "2018"
description = "Rust version of Sudachi, the Japanese Morphological Analyzer"
Expand Down

0 comments on commit bfaefc5

Please sign in to comment.