Skip to content

Commit d1e8227

Browse files
committed
update version
1 parent 0b0aec2 commit d1e8227

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "chaoscoder"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
authors = ["Anicet Ebou <anicet.ebou@gmail.com>"]
55
edition = "2021"
66
description = "chaoscoder encode, decode and analyze DNA sequence using integer Chaos Game Representation"

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::path::PathBuf;
99
#[derive(Parser, Debug)]
1010
#[command(
1111
name = "chaoscoder",
12-
version = "0.1.0",
12+
version = "1.0.0",
1313
author = "Anicet Ebou <anicet.ebou@gmail.com>",
1414
about = "Rapid encoding, decoding and analysis of DNA sequences with (Integer) Chaos Game Representation"
1515
)]

0 commit comments

Comments
 (0)