Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-decoster committed Feb 22, 2016
1 parent 4cccece commit 96e727d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsgenetic"
version = "0.14.0"
version = "1.0.0"
authors = ["Mathieu De Coster <[email protected]>"]
description = "A library providing genetic algorithm execution."
repository = "https://github.com/m-decoster/RsGenetic"
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
## Summary and Features
RsGenetic is a framework for executing genetic algorithms in Rust. It is designed to have a simple but modular API.

### Important: Feature requests
As RsGenetic is nearing a 1.0.0 release, now is the time to request any features that you want to see in the first stable
version. If you find such a missing feature, please open an issue, describe it, and label the issue `feature-request`.

## Examples and Documentation
Documentation is available [here](http://m-decoster.github.io/RsGenetic).
Examples are available in the `examples` directory. Execute `cargo run --example $EXAMPLE_NAME`
Expand Down

0 comments on commit 96e727d

Please sign in to comment.