Skip to content

Commit

Permalink
Version up to 0.6.1 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei authored Nov 17, 2023
1 parent bc30efe commit d02254f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.0"
__version__ = "0.6.1"

Parser = parser.Parser
load_default_japanese_parser = parser.load_default_japanese_parser
Expand Down
2 changes: 1 addition & 1 deletion demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0</version>
<version>0.6.1</version>

<name>BudouX</name>
<url>https://google.github.io/budoux/</url>
Expand Down
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0",
"version": "0.6.1",
"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.0';
const CLI_VERSION = '0.6.1';
const defaultParsers = loadDefaultParsers();

/**
Expand Down

0 comments on commit d02254f

Please sign in to comment.