Skip to content

Commit

Permalink
Bump version 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer committed Nov 5, 2023
1 parent 6446b79 commit d8b9d14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cgt"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Tomasz Maciosowski <[email protected]>"]
license = "AGPL-3.0"
Expand All @@ -10,7 +10,7 @@ description = "Library to work with Combinatorial Games"
homepage = "https://cgt.t4ccer.com/"
documentation = "https://docs.rs/cgt"
exclude = ["papers"]
keywords = ["cgt", "combinatorial-game-theory"]
keywords = ["cgt"]
categories = ["mathematics", "science"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cgt-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cgt-cli"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Tomasz Maciosowski <[email protected]>"]
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion cgt-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cgt-py"
version = "0.1.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit d8b9d14

Please sign in to comment.