Skip to content

Commit 34a025e

Browse files
committed
update 2022-09-18
1 parent f11f96f commit 34a025e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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__ = '5.0.20220813'
31+
__version__ = '5.0.20220918'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3364,3 +3364,15 @@ description = Makes working with XML feel like you are working with JSON
33643364
[missingno]
33653365
description = Missing data visualization module for Python.
33663366
3367+
[intel-openmp]
3368+
description = Intel OpenMP* Runtime Library
3369+
3370+
[mkl]
3371+
description = Intel® oneAPI Math Kernel Library
3372+
3373+
[whatthepatch]
3374+
description = A patch parsing and application library.
3375+
3376+
[duckdb]
3377+
description = DuckDB embedded database
3378+

0 commit comments

Comments
 (0)