Skip to content

Commit 0138fa7

Browse files
committed
bump to v0.27.1
1 parent e29e215 commit 0138fa7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ guidance, API reference, gotchas, and copy-paste templates.
2626
Add to your `Cargo.toml`:
2727
```toml
2828
[dependencies]
29-
genetic_algorithm = "0.27.0"
29+
genetic_algorithm = "0.27.1"
3030
```
3131

3232
```rust,ignore

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "genetic_algorithm"
3-
version = "0.27.0"
3+
version = "0.27.1"
44
edition = "2021"
55
readme = "README.md"
66
description = "A genetic algorithm implementation"

0 commit comments

Comments
 (0)