hiptech-toolkit 1.0.1__tar.gz → 1.0.2__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: hiptech-toolkit
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Reusable HTTP and authentication toolkit by HIPTECH
5
5
  Author-email: HIPTECH Solution Company Limited <hiptech@hiptechvn.com>
6
6
  Maintainer-email: Bùi Đức Tuấn <tuanbd@hiptechvn.com>
@@ -17,7 +17,7 @@ Requires-Dist: requests>=2.28
17
17
  Dynamic: license-file
18
18
 
19
19
  <p align="center">
20
- <img src="./assets/icon.png" width="160" />
20
+ <img src="./assets/logo.png" width="160" />
21
21
  </p>
22
22
 
23
23
  <h1 align="center">HIPTECH Toolkit</h1>
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="./assets/icon.png" width="160" />
2
+ <img src="./assets/logo.png" width="160" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">HIPTECH Toolkit</h1>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hiptech-toolkit
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Reusable HTTP and authentication toolkit by HIPTECH
5
5
  Author-email: HIPTECH Solution Company Limited <hiptech@hiptechvn.com>
6
6
  Maintainer-email: Bùi Đức Tuấn <tuanbd@hiptechvn.com>
@@ -17,7 +17,7 @@ Requires-Dist: requests>=2.28
17
17
  Dynamic: license-file
18
18
 
19
19
  <p align="center">
20
- <img src="./assets/icon.png" width="160" />
20
+ <img src="./assets/logo.png" width="160" />
21
21
  </p>
22
22
 
23
23
  <h1 align="center">HIPTECH Toolkit</h1>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hiptech-toolkit"
7
- version = "1.0.1"
7
+ version = "1.0.2"
8
8
  description = "Reusable HTTP and authentication toolkit by HIPTECH"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes