Skip to content

Commit

Permalink
Bump versions, add instructions to manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej33 committed Jul 7, 2024
1 parent 8f0f1f5 commit cac7ca4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion classifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bn-classifier"
version = "0.1.0"
version = "0.2.3"
description = "Tool for classifying Boolean models by dynamic properties."
authors = ["Ondřej Huvar <xhuvar@fi.muni.cz>", "Samuel Pastva <sam.pastva@gmail.com>"]
license = "MIT"
Expand Down
Binary file modified manual.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hctl-property-explorer"
version = "0.2.2"
version = "0.2.3"
description = "An interactive explorer of HCTL properties through decision trees."
authors = ["Ondřej Huvar<xhuvar@fi.muni.cz>", "Samuel Pastva <sam.pastva@gmail.com>"]
license = "MIT"
Expand All @@ -17,9 +17,9 @@ biodivine-lib-bdd = "=0.5.2"
biodivine-lib-param-bn = "=0.4.7"
biodivine-hctl-model-checker = "=0.2.0"

rand = "0.8.5"
clap = { version = "4.1.4", features = ["derive"] }
json = "0.12.4"
rand = "0.8.5"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.2", features = ["dialog-all"] }
Expand Down
4 changes: 3 additions & 1 deletion tutorial/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@
"metadata": {},
"outputs": [],
"source": [
"subprocess.run([\"../bin/hctl-explorer\"])"
"subprocess.run([\"../bin/hctl-explorer\"])\n",
"# if the command above by chance does not work, you can also try the following version:\n",
"# subprocess.run([\"hctl-explorer\"])"
]
},
{
Expand Down

0 comments on commit cac7ca4

Please sign in to comment.