aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/async_crypto_pay_api/__meta__.py2
-rw-r--r--src/async_crypto_pay_api/models/assets.py2
2 files changed, 3 insertions, 1 deletions
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 @@
1__version__ = "1.0.1" 1__version__ = "1.1.0"
2__api_version__ = "1.5.1" 2__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):
29 HMSTR = "HMSTR" 29 HMSTR = "HMSTR"
30 CATI = "CATI" 30 CATI = "CATI"
31 USDC = "USDC" 31 USDC = "USDC"
32 JET = "JET"
33 SEND = "SEND"
32 34
33 35
34class FiatAsset(Enum): 36class FiatAsset(Enum):