datasinking 0.2.5__tar.gz → 0.2.6__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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datasinking
3
- Version: 0.2.5
4
- Summary: Python client for DataSinking — full-text Asian financial reports (China, Korea, Japan) as Markdown.
3
+ Version: 0.2.6
4
+ Summary: Python client for DataSinking — full-text Asian financial reports (China, Korea, Japan, Taiwan) as Markdown.
5
5
  Author: DataSinking
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://datasink.ing
@@ -8,4 +8,4 @@ pyproject.toml 用 `dynamic = ["version"]` 从这里读,`client.py` 的 User-A
8
8
  写着旧版本)。现在只有这一处需要改。
9
9
  """
10
10
 
11
- __version__ = "0.2.5"
11
+ __version__ = "0.2.6"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datasinking
3
- Version: 0.2.5
4
- Summary: Python client for DataSinking — full-text Asian financial reports (China, Korea, Japan) as Markdown.
3
+ Version: 0.2.6
4
+ Summary: Python client for DataSinking — full-text Asian financial reports (China, Korea, Japan, Taiwan) as Markdown.
5
5
  Author: DataSinking
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://datasink.ing
@@ -7,7 +7,7 @@ name = "datasinking"
7
7
  # 版本号唯一来源 = datasinking/_version.py(client.py 的 User-Agent 也读它)。
8
8
  # 以前这里和包内 __version__ 各写各的,结果漂了半年(发 0.2.4 时才发现 __init__ 还停在 0.1.0)。
9
9
  dynamic = ["version"]
10
- description = "Python client for DataSinking — full-text Asian financial reports (China, Korea, Japan) as Markdown."
10
+ description = "Python client for DataSinking — full-text Asian financial reports (China, Korea, Japan, Taiwan) as Markdown."
11
11
  readme = "README.md"
12
12
  requires-python = ">=3.8"
13
13
  license = { text = "MIT" }
File without changes
File without changes
File without changes