File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '7.5.20240317 '
31
+ __version__ = '7.5.20240401 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -3793,3 +3793,15 @@ description = Google OR-Tools python libraries and modules
3793
3793
[textual]
3794
3794
description = Modern Text User Interface framework
3795
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
+
You can’t perform that action at this time.
0 commit comments