summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-13 18:08:12 -0400
committerGitHub <noreply@github.com>2023-05-13 18:08:12 -0400
commit9d433be3f3389e69f7dbb4faac5eaaff65649f5c (patch)
treea4093755e14767da9b734bbc751d615003f3193e
parentf76fc846708ee77b14eb9f2c17c92c204afdc746 (diff)
other: bump version to 0.9.1 (#1151)
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 90658200..445a13a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -136,7 +136,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bottom"
-version = "0.9.0"
+version = "0.9.1"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 9cc4ec63..3ad42a58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.9.0"
+version = "0.9.1"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2021"
repository = "https://github.com/ClementTsang/bottom"