From bc5272d9e3aecebd9deb8274efb18e1d31d253ac Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Thu, 1 Aug 2024 12:55:45 +1200 Subject: [PATCH] v198.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 559ac19d..b5e6605e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1221,7 +1221,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "pombase-chado-json" -version = "198.0.0" +version = "198.1.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 0fd737af..f6e99ca6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pombase-chado-json" -version = "198.0.0" +version = "198.1.0" authors = ["Kim Rutherford "] edition = "2021" rust-version = "1.76"