Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ca3d33

Browse files
bump version -> 0.6.9-a2
1 parent26555cb commit1ca3d33

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
default-members = ["sudachi","sudachi-cli"]
1313

1414
[workspace.package]
15-
version ="0.6.9-a1"
15+
version ="0.6.9-a2"
1616
authors = ["Works Applications <sudachi@worksap.co.jp>"]
1717
edition ="2021"
1818
rust-version ="1.74.1"

‎python/docs/source/conf.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author='Works Applications'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release='0.6.9-a1'
25+
release='0.6.9-a2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

‎python/py_src/sudachipy/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
fromimportlib.utilimportfind_specas_find_spec
1515
frompathlibimportPathas_Path
1616

17-
__version__="0.6.9-a1"
17+
__version__="0.6.9-a2"
1818

1919
_DEFAULT_RESOURCEDIR=_Path(__file__).resolve().parent/'resources'
2020
_DEFAULT_SETTINGFILE=_DEFAULT_RESOURCEDIR/'sudachi.json'

‎python/setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="SudachiPy",
20-
version="0.6.9-a1",
20+
version="0.6.9-a2",
2121
description="Python version of Sudachi, the Japanese Morphological Analyzer",
2222
long_description=open('README.md',encoding='utf-8').read(),
2323
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp