diff --git a/kalk/Cargo.toml b/kalk/Cargo.toml index 4c8cbb7..7327e9c 100644 --- a/kalk/Cargo.toml +++ b/kalk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kalk" -version = "0.1.0" +version = "0.1.1" authors = ["PaddiM8"] edition = "2018" description = "A math evaluator library that supports user-defined functions and variables and can handle fairly ambiguous syntax."