From 09dd28009f9c2abe850c55788bea8d3653a6d206 Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Thu, 16 May 2024 01:14:49 +1200 Subject: [PATCH] v191.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b295004e..7f7eed4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1210,7 +1210,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "pombase-chado-json" -version = "191.6.0" +version = "191.7.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 12d249e5..4545a265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pombase-chado-json" -version = "191.6.0" +version = "191.7.0" authors = ["Kim Rutherford "] edition = "2021" rust-version = "1.76"