Skip to content

Commit

Permalink
Bump to v0.6.2 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei authored Jan 12, 2024
1 parent 5f5acd2 commit 4b0f8c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion budoux/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from . import parser

__version__ = "0.6.1"
__version__ = "0.6.2"

Parser = parser.Parser
load_default_japanese_parser = parser.load_default_japanese_parser
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.google.budoux</groupId>
<artifactId>budoux</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>

<name>BudouX</name>
<url>https://google.github.io/budoux/</url>
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "budoux",
"version": "0.6.1",
"version": "0.6.2",
"description": "A small chunk segmenter.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
loadDefaultJapaneseParser,
} from './index.js';

const CLI_VERSION = '0.6.1';
const CLI_VERSION = '0.6.2';
const defaultParsers = loadDefaultParsers();

/**
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev =
build
flake8
isort
mypy==1.7.1
mypy==1.8.0
pytest
regex
toml
Expand Down

0 comments on commit 4b0f8c5

Please sign in to comment.