8000 package names · winpython/winpython@13131d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13131d3

Browse files
committed
package names
1 parent 444e9bc commit 13131d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '7.0.20230826'
31+
__version__ = '7.0.20230916'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,3 +3679,6 @@ description = A pure-python PDF library capable of splitting, merging, cropping,
36793679
[yt-dlp]
36803680
description = A youtube-dl fork with additional features and patches
36813681

3682+
[safetensors]
3683+
description = Fast and Safe Tensor serialization
3684+

0 commit comments

Comments
 (0)
2A49
0