cnks 0.2.3__py3-none-any.whl → 0.2.5__py3-none-any.whl

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.
cnks/__init__.py CHANGED
@@ -5,7 +5,7 @@ import json
5
5
  from typing import Optional, Dict, Any
6
6
 
7
7
  # 版本号
8
- __version__ = "0.2.3"
8
+ __version__ = "0.2.5"
9
9
 
10
10
  def add_note(name: str, content: str) -> None:
11
11
  """添加笔记到服务器"""