setdoc 1.2.7__tar.gz → 1.2.8__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: setdoc
3
- Version: 1.2.7
3
+ Version: 1.2.8
4
4
  Summary: This project helps to set the doc string.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -24,7 +24,7 @@ keywords = []
24
24
  name = "setdoc"
25
25
  readme = "README.rst"
26
26
  requires-python = ">=3.11"
27
- version = "1.2.7"
27
+ version = "1.2.8"
28
28
 
29
29
  [project.license]
30
30
  file = "LICENSE.txt"
@@ -5,6 +5,7 @@ __and__ = "This magic method implements self&other."
5
5
  __bool__ = "This magic method implements bool(self)."
6
6
  __call__ = "This magic method implements calling self."
7
7
  __ceil__ = "This magic method implements math.ceil(self)."
8
+ __cmp__ = "This magic method implements all six comparison operators at once."
8
9
  __complex__ = "This magic method implements complex(self)."
9
10
  __contains__ = "This magic method implements other in self."
10
11
  __delitem__ = "This magic method implements del self[key]."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setdoc
3
- Version: 1.2.7
3
+ Version: 1.2.8
4
4
  Summary: This project helps to set the doc string.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
File without changes
File without changes
File without changes
File without changes
File without changes