From 7849171f55910a46981d0311232dfd31e95633c0 Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Sat, 14 Oct 2023 14:12:33 +1300 Subject: [PATCH] v165.17.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f87cd607..895c8b08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,7 +1142,7 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" [[package]] name = "pombase-chado-json" -version = "165.16.0" +version = "165.17.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 8aa234be..60ac78bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pombase-chado-json" -version = "165.16.0" +version = "165.17.0" authors = ["Kim Rutherford "] edition = "2021" rust-version = "1.67"