Skip to content

Commit

Permalink
bump version -> 0.6.10-a1
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Nov 19, 2024
1 parent c7d208b commit 9c9d793
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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"
version = "0.6.10-a1"
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'
release = '0.6.10-a1'


# -- 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"
__version__ = "0.6.10-a1"

_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",
version="0.6.10-a1",
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 9c9d793

Please sign in to comment.