From 2da6d55a0240aa16b0834ed451ed1ab97e3ce510 Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Mon, 23 Oct 2023 17:34:27 +1300 Subject: [PATCH] v168.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5d95467..004a85a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1141,7 +1141,7 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" [[package]] name = "pombase-chado-json" -version = "168.6.0" +version = "168.7.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 07a03e81..469f251f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pombase-chado-json" -version = "168.6.0" +version = "168.7.0" authors = ["Kim Rutherford "] edition = "2021" rust-version = "1.73"