diff --git a/Cargo.toml b/Cargo.toml index 4f89600..dd1baa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "field-matrix-utils" -version = "0.1.0" +version = "0.1.1" edition = "2021" -authors = ["Edgar Barrantes "] +authors = ["Edgar Barrantes , Isaac Villalobos "] description = "A library for working with matrices over finite fields" repository = "https://github.com/edgarbarrantes/field-matrix" readme = "README.md"