Skip to content

Commit

Permalink
Promote to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soaxelbrooke committed May 3, 2019
1 parent f3aed6a commit 99349b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "phrase"
version = "0.3.1"
version = "0.3.2"
description = "Fast significant term and phrase learning and labeling"
authors = ["Stuart Axelbrooke <stuart@axelbrooke.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -1115,7 +1115,7 @@ fn assert_label_valid(label: &Option<&String>) {

fn main() {
let matches = clap_app!(phrase =>
(version: "0.3.1")
(version: "0.3.2")
(author: "Stuart Axelbrooke <stuart@axelbrooke.com>")
(about: "Detect phrases in free text data.")
(setting: clap::AppSettings::ArgRequiredElseHelp)
Expand Down

0 comments on commit 99349b0

Please sign in to comment.