From 8e25067c3025a141bbaa5d457726a0e8b03dffc1 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Sat, 2 Mar 2024 11:12:30 -0500 Subject: [PATCH] bump USDA version to 0.0.10 --- ntclient/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntclient/__init__.py b/ntclient/__init__.py index e01d4bc..bb1d088 100644 --- a/ntclient/__init__.py +++ b/ntclient/__init__.py @@ -26,7 +26,7 @@ __url__ = "https://github.com/nutratech/cli" # Sqlite target versions # TODO: should this be via versions.csv file? Don't update in two places? __db_target_nt__ = "0.0.7" -__db_target_usda__ = "0.0.9" +__db_target_usda__ = "0.0.10" USDA_XZ_SHA256 = "25dba8428ced42d646bec704981d3a95dc7943240254e884aad37d59eee9616a" # Global variables -- 2.52.0