Skip to content

Commit

Permalink
bump version -> 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Nov 19, 2024
1 parent a95e249 commit c7d208b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
default-members = ["sudachi", "sudachi-cli"]

[workspace.package]
version = "0.6.9-a1"
version = "0.6.9"
authors = ["Works Applications <[email protected]>"]
edition = "2021"
rust-version = "1.74.1"
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.9-a1'
release = '0.6.9'


# -- 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 @@ -14,7 +14,7 @@
from importlib.util import find_spec as _find_spec
from pathlib import Path as _Path

__version__ = "0.6.9-a1"
__version__ = "0.6.9"

_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.9-a1",
version="0.6.9",
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

0 comments on commit c7d208b

Please sign in to comment.