Compare commits

...

2 commits

Author SHA1 Message Date
14afe91232 Merge pull request 'Updating version and git url' (#3) from dootcamp-visualizations into main
Reviewed-on: #3
2025-09-05 12:47:10 -07:00
vandomej
bae5b5e700 Updating version and git url 2025-09-05 12:43:30 -07:00

View file

@ -1,12 +1,12 @@
[package]
name = "gemla"
version = "0.1.2"
version = "0.1.3"
authors = ["Jacob VanDomelen <Jacob.Vandome15@gmail.com>"]
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"]