cloudtips 0.3.0__tar.gz → 0.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cloudtips-0.3.0 → cloudtips-0.3.1}/PKG-INFO +1 -1
- {cloudtips-0.3.0 → cloudtips-0.3.1}/cloudtips/__init__.py +1 -1
- {cloudtips-0.3.0 → cloudtips-0.3.1}/cloudtips/models.py +2 -0
- {cloudtips-0.3.0 → cloudtips-0.3.1}/pyproject.toml +1 -1
- {cloudtips-0.3.0 → cloudtips-0.3.1}/.github/workflows/publish.yml +0 -0
- {cloudtips-0.3.0 → cloudtips-0.3.1}/LICENSE +0 -0
- {cloudtips-0.3.0 → cloudtips-0.3.1}/README.md +0 -0
- {cloudtips-0.3.0 → cloudtips-0.3.1}/cloudtips/auth.py +0 -0
- {cloudtips-0.3.0 → cloudtips-0.3.1}/cloudtips/client.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudtips
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Неофициальная Python-библиотека для CloudTips (получение донатов, поллинг, обновление токенов)
|
|
5
5
|
Project-URL: Repository, https://github.com/IRRatium/cloudtips-api
|
|
6
6
|
Project-URL: Issues, https://github.com/IRRatium/cloudtips-api/issues
|
|
@@ -6,7 +6,7 @@ from .auth import CloudTipsAuth, CloudTipsAuthError
|
|
|
6
6
|
from .client import CloudTipsAPIError, CloudTipsClient
|
|
7
7
|
from .models import AccumulationSummary, Card, Donation, PayoutFeeInfo, ReceiverProfile, TokenData
|
|
8
8
|
|
|
9
|
-
__version__ = "0.3.
|
|
9
|
+
__version__ = "0.3.1"
|
|
10
10
|
__all__ = [
|
|
11
11
|
"CloudTipsAuth",
|
|
12
12
|
"CloudTipsAuthError",
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "cloudtips"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.1"
|
|
8
8
|
description = "Неофициальная Python-библиотека для CloudTips (получение донатов, поллинг, обновление токенов)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|