Skip to content

Commit a266d71

Browse files
committed
v0.2.0 release
1 parent 408fd75 commit a266d71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "num2words"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Asperatus <rust@ballasi.com>"]
55
edition = "2018"
66
description = "Convert numbers like 42 to forty-two"
77
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/num2words"
99
repository = "https://github.com/Ballasi/num2words/"
10-
keywords = ["numbers", "words"]
10+
keywords = ["numbers", "words", "number-converter", "number", "number-spelling"]
1111
readme = "README.md"
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -16,7 +16,6 @@ readme = "README.md"
1616
name = "num2words"
1717
path = "src/lib.rs"
1818

19-
2019
[[bin]]
2120
name = "num2words"
2221
path = "src/bin/bin.rs"

0 commit comments

Comments
 (0)