ChatPyPI 0.1.1__tar.gz → 0.1.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: ChatPyPI
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: ChatPyPI: ChatArch Python package lifecycle helper extracted from ChatTool.
5
5
  Author-email: ChatArch <1073853456@qq.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ChatPyPI
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: ChatPyPI: ChatArch Python package lifecycle helper extracted from ChatTool.
5
5
  Author-email: ChatArch <1073853456@qq.com>
6
6
  License-Expression: MIT
@@ -40,4 +40,4 @@ __all__ = [
40
40
  "upload_distributions",
41
41
  ]
42
42
 
43
- __version__ = "0.1.1"
43
+ __version__ = "0.1.2"
@@ -5,7 +5,7 @@ from chatpypi import __version__
5
5
 
6
6
 
7
7
  def test_version_present():
8
- assert __version__ == "0.1.1"
8
+ assert __version__ == "0.1.2"
9
9
 
10
10
 
11
11
  def test_public_package_api_exports_core_helpers(tmp_path):
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes