Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ballasi committed Mar 27, 2022
1 parent 408fd75 commit a266d71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "num2words"
version = "0.1.0"
version = "0.2.0"
authors = ["Asperatus <[email protected]>"]
edition = "2018"
description = "Convert numbers like 42 to forty-two"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/num2words"
repository = "https://github.com/Ballasi/num2words/"
keywords = ["numbers", "words"]
keywords = ["numbers", "words", "number-converter", "number", "number-spelling"]
readme = "README.md"

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


[[bin]]
name = "num2words"
path = "src/bin/bin.rs"
Expand Down

0 comments on commit a266d71

Please sign in to comment.