Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalivas committed Feb 7, 2025
2 parents 4956972 + 2c77108 commit 97ea665
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Radiate is inspired from a multitude of other genetic algorithm libraries, all o
## Configuration
```toml
[dependencies]
radiate = "1.2.7"
radiate = "1.2.8"
```

## Core Implementations
Expand Down Expand Up @@ -43,7 +43,7 @@ For genetic programming Radiate offers a separate crate called [radiate-gp](http

```toml
[dependencies]
radiate-gp = "0.0.1"
radiate-gp = "0.0.2"
```

!!! note
Expand Down
2 changes: 1 addition & 1 deletion radiate-gp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "radiate-gp"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["pkalivas <[email protected]>"]
description = "Extensions for radiate. Genetic Programming implementations for graphs (neural networks) and trees"
Expand Down
2 changes: 1 addition & 1 deletion radiate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "radiate"
version = "1.2.7"
version = "1.2.8"
edition = "2021"
authors = ["pkalivas <[email protected]>"]
description = "A Rust library for genetic algorithms and artificial evolution."
Expand Down

0 comments on commit 97ea665

Please sign in to comment.