qrpa 1.0.1__tar.gz → 1.0.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.

Potentially problematic release.


This version of qrpa might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qrpa
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: qsir's rpa library
5
5
  Author-email: QSir <1171725650@qq.com>
6
6
  License-Expression: GPL-3.0-or-later
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "qrpa"
7
- version = "1.0.1"
7
+ version = "1.0.2"
8
8
  description = "qsir's rpa library"
9
9
  authors = [{ name = "QSir", email = "1171725650@qq.com" }]
10
10
  readme = "README.md"
@@ -271,4 +271,4 @@ class WxWorkAppBot:
271
271
  print("HTTP Error:", response.status_code)
272
272
  return None
273
273
  except Exception as err:
274
- raise Exception("get media error", err)
274
+ raise Exception("get media error", err)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qrpa
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: qsir's rpa library
5
5
  Author-email: QSir <1171725650@qq.com>
6
6
  License-Expression: GPL-3.0-or-later
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes