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 07cb396 + 10f1a75 commit a453c2cCopy full SHA for a453c2c
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '7.0.20231119'
+__version__ = '7.0.20231126'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -3733,3 +3733,9 @@ description = Python library to build pretty command line user prompts ⭐️
3733
[llm-python]
3734
description = Run a Python interpreter in the LLM virtual environment
3735
3736
+[psygnal]
3737
+description = Fast python callback/event system modeled after Qt Signals
3738
+
3739
+[anywidget]
3740
+description = custom jupyter widgets made easy
3741
0 commit comments