Skip to content

Commit

Permalink
bump v to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Sep 8, 2024
1 parent dc01fad commit 2a18ed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.0.2"
version = "0.0.3"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://imrn99.github.io/integraal/"
Expand All @@ -20,8 +20,8 @@ authors = ["Isaie Muron <[email protected]>"]

[workspace.dependencies]
# members
integraal = { version = "0.0.2", path = "./integraal" }
integraal-examples = { version = "0.0.2", path = "./examples" }
integraal = { version = "0.0.3", path = "./integraal" }
integraal-examples = { version = "0.0.3", path = "./examples" }

# external
rand = "0.9.0-alpha.2"
Expand Down

0 comments on commit 2a18ed7

Please sign in to comment.