Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDubray committed Feb 9, 2024
1 parent 3956af8 commit 2c4f4c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "schlandals"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

authors = ["Alexandre Dubray <[email protected]>"]
readme = "README.md"
repository = "https://github.com/aia-uclouvain/schlandals"
description = "A tool for doing probabilistic inference by projected weighted model counting."
description = "A tool for probabilistic inference by projected weighted model counting."
license = "AGPL-3.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -27,7 +27,6 @@ bitvec = ">=1.0.1"
tch = { version = ">=0.14.0", optional = true }

[dev-dependencies]
criterion = "0.4.0"
paste = "1.0.12"
tempfile = "3"

Expand Down

0 comments on commit 2c4f4c9

Please sign in to comment.