Skip to content

Commit

Permalink
release: 0.1.3 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored May 27, 2024
1 parent b80988a commit 5619351
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2024-05-27

### Fixed
- `ngram` bench use counter lib's function rather than the truly used function.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "bleuscore"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Mathew Shen <[email protected]>"]
repository = "https://github.com/shenxiangzhuang/bleuscore"
readme = "README.md"
license = "MIT"
description = "A fast(not yet :) bleu score calculator"
description = "A fast bleu score calculator"
keywords = ["NLP", "Tokenizer", "BLEU", "DeepLearning"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
# "Development Status :: 5 - Production/Stable",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 5619351

Please sign in to comment.