From c5ec7b7ebce448c6768d0ed728b0a493be41c12e Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Thu, 17 Jul 2025 16:32:48 +0900 Subject: Bug fix and bump to v1.1.0 add JET and SEND tokens --- src/async_crypto_pay_api/__meta__.py | 2 +- src/async_crypto_pay_api/models/assets.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/async_crypto_pay_api/__meta__.py b/src/async_crypto_pay_api/__meta__.py index 2986247..4b0436d 100644 --- a/src/async_crypto_pay_api/__meta__.py +++ b/src/async_crypto_pay_api/__meta__.py @@ -1,2 +1,2 @@ -__version__ = "1.0.1" +__version__ = "1.1.0" __api_version__ = "1.5.1" diff --git a/src/async_crypto_pay_api/models/assets.py b/src/async_crypto_pay_api/models/assets.py index 2616668..ee72b6d 100644 --- a/src/async_crypto_pay_api/models/assets.py +++ b/src/async_crypto_pay_api/models/assets.py @@ -29,6 +29,8 @@ class CryptoAsset(Enum): HMSTR = "HMSTR" CATI = "CATI" USDC = "USDC" + JET = "JET" + SEND = "SEND" class FiatAsset(Enum): -- cgit v1.2.3