Skip to content

Commit

Permalink
Bumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Aug 8, 2024
1 parent 2e45afd commit 3164004
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
keywords = ["mRNA", "expression", "modulation", "correlation", "p-value"]
license = "GPL-3.0"
name = "ggca"
version = "0.4.1"
version = "1.0.0"
repository = "https://github.com/jware-solutions/ggca"
readme = "README.md"
exclude = [".*", "*.tar.gz", "*.sh"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ except ggca.GGCAError as ex:

### Rust

1. Add crate to `Cargo.toml`: `ggca = { version = "0.4.1", default-features = false }`
1. Add crate to `Cargo.toml`: `ggca = { version = "1.0.0", default-features = false }`
1. Create an analysis and run it:

```rust
Expand Down

0 comments on commit 3164004

Please sign in to comment.