From bae5b5e700224f72817d0b720feae31788377bd9 Mon Sep 17 00:00:00 2001 From: vandomej Date: Fri, 5 Sep 2025 12:43:30 -0700 Subject: [PATCH] Updating version and git url --- gemla/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gemla/Cargo.toml b/gemla/Cargo.toml index 4208653..fac46e1 100644 --- a/gemla/Cargo.toml +++ b/gemla/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "gemla" -version = "0.1.2" +version = "0.1.3" authors = ["Jacob VanDomelen "] edition = "2018" license = "MIT" description = "Using evolutionary computation to generate machine learning algorithms" -homepage = "https://github.com/vandomej/GEMLA" -repository = "https://github.com/vandomej/GEMLA" +homepage = "https://git.gloom.garden/tepichord/GEMLA.git" +repository = "https://git.gloom.garden/tepichord/GEMLA.git" documentation = "https://docs.rs/gemla/" readme = "../README.md" keywords = ["genetic", "evolve", "machine", "learning", "algorithm"]