From c1bd0ead77684c61a658a3879036b52a26bd1d7c Mon Sep 17 00:00:00 2001 From: Edgar Barrantes Date: Sat, 4 Mar 2023 09:09:36 -0600 Subject: [PATCH] Final changes 0.1.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"