8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d583d6 + bc10782 commit 0db4d58Copy full SHA for 0db4d58
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '7.5.20240317'
+__version__ = '7.5.20240401'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -3793,3 +3793,15 @@ description = Google OR-Tools python libraries and modules
3793
[textual]
3794
description = Modern Text User Interface framework
3795
3796
+[colorlog]
3797
+description = Add colours to the output of Python's logging module.
3798
+
3799
+[distro]
3800
+description = Distro - an OS platform information API
3801
3802
+[optuna]
3803
+description = A hyperparameter optimization framework
3804
3805
+[overrides]
3806
+description = A decorator to automatically detect mismatch when overriding a method.
3807
0 commit comments