uapi-sdk-python 0.1.3__tar.gz → 0.1.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uapi-sdk-python
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: Idiomatic UAPI SDK for Python
5
5
  Author-email: UAPI <dev@uapis.cn>
6
6
  Requires-Python: >=3.9
@@ -14,7 +14,7 @@ Requires-Dist: isort; extra == "dev"
14
14
 
15
15
  # uapi-sdk-python
16
16
 
17
- ![Banner](https://raw.githubusercontent.com/AxT-Team/uapi-sdk-python/main/banner.png)
17
+ ![Banner](https://raw.githubusercontent.com/uapis/uapi-sdk-python/main/banner.png)
18
18
 
19
19
  [![Python](https://img.shields.io/badge/Python-3.9+-3776AB?style=flat-square&logo=python&logoColor=white)](https://www.python.org/)
20
20
  [![Docs](https://img.shields.io/badge/Docs-uapis.cn-2EAE5D?style=flat-square)](https://uapis.cn/)
@@ -1,6 +1,6 @@
1
1
  # uapi-sdk-python
2
2
 
3
- ![Banner](https://raw.githubusercontent.com/AxT-Team/uapi-sdk-python/main/banner.png)
3
+ ![Banner](https://raw.githubusercontent.com/uapis/uapi-sdk-python/main/banner.png)
4
4
 
5
5
  [![Python](https://img.shields.io/badge/Python-3.9+-3776AB?style=flat-square&logo=python&logoColor=white)](https://www.python.org/)
6
6
  [![Docs](https://img.shields.io/badge/Docs-uapis.cn-2EAE5D?style=flat-square)](https://uapis.cn/)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "uapi-sdk-python"
7
- version = "0.1.3"
7
+ version = "0.1.5"
8
8
  description = "Idiomatic UAPI SDK for Python"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -27,3 +27,5 @@ strict = true
27
27
 
28
28
  [tool.isort]
29
29
  profile = "black"
30
+
31
+