diff --git a/Cargo.lock b/Cargo.lock index 03a340d..436e707 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "auto_encoder" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chardetng", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 0ec7f3e..c4b7af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "auto_encoder" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Auto encoding library" -repository = "https://github.com/spider-rs/auto_encoder" +repository = "https://github.com/spider-rs/auto-encoder" authors = [ "j-mendez " ]