yeref 0.25.32__tar.gz → 0.25.33__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: yeref
3
- Version: 0.25.32
3
+ Version: 0.25.33
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='yeref',
5
- version='0.25.32',
5
+ version='0.25.33',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -5263,7 +5263,7 @@ async def outsource_generate(lst, path='link_path'):
5263
5263
  # size="512x512",
5264
5264
  # size="256x256",
5265
5265
  )
5266
- print(f"{res.data=}")
5266
+ # print(f"{res.data=}")
5267
5267
  for it in res.data:
5268
5268
  result.append({'type': item['type'], 'answer': it.b64_json})
5269
5269
  return
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.25.32
3
+ Version: 0.25.33
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
File without changes
File without changes
File without changes
File without changes
File without changes