From 538adab0f2ae43cf4d620ffb693de33b653fc140 Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:37:54 -0400 Subject: [PATCH] uptick: 0.9.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d9f7268..c4552ad8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" [[package]] name = "bottom" -version = "0.9.6" +version = "0.9.7" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 71535133..c04adae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.9.6" +version = "0.9.7" authors = ["Clement Tsang "] edition = "2021" repository = "https://github.com/ClementTsang/bottom"