X Tutup
Skip to content

Commit b01da2a

Browse files
committed
update package names
1 parent 8e56587 commit b01da2a

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__ = '6.4.20230625'
31+
__version__ = '6.4.20230806'
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
@@ -3625,3 +3625,6 @@ description = Extension to include jQuery on newer Sphinx releases
36253625
[interpreters-3-12]
36263626
description = Use this module to try out multiple interpreters and a per-interpreter GIL in Python 3.12. Do not use this for anything important.
36273627
3628+
[async-lru]
3629+
description = Simple LRU cache for asyncio
3630+

0 commit comments

Comments
 (0)
X Tutup