other: bump version to 0.9.1 (#1151)

This commit is contained in:
Clement Tsang 2023-05-13 18:08:12 -04:00 committed by GitHub
parent f76fc84670
commit 9d433be3f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -136,7 +136,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bottom"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"anyhow",
"assert_cmd",

View file

@ -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"