setdoc 1.2.0__tar.gz → 1.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setdoc
3
- Version: 1.2.0
3
+ Version: 1.2.1
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.0"
27
+ version = "1.2.1"
28
28
 
29
29
  [project.license]
30
30
  file = "LICENSE.txt"
@@ -5,7 +5,7 @@ import tomllib
5
5
  from importlib import resources
6
6
  from typing import *
7
7
 
8
- __all__ = ["SetDoc", "setdoc", "basic"]
8
+ __all__ = ["SetDoc", "setdoc", "basic", "getbasicdoc"]
9
9
 
10
10
 
11
11
  class Util(enum.Enum):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setdoc
3
- Version: 1.2.0
3
+ Version: 1.2.1
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
File without changes