8000 Merge pull request #1275 from stonebig/master · winpython/winpython@a453c2c · GitHub
[go: up one dir, main page]

Skip to content

Commit a453c2c

Browse files
authored
Merge pull request #1275 from stonebig/master
package names
2 parents 07cb396 + 10f1a75 commit a453c2c

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

winpython/data/packages.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3733,3 +3733,9 @@ description = Python library to build pretty command line user prompts ⭐️
37333733
[llm-python]
37343734
description = Run a Python interpreter in the LLM virtual environment
37353735
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

Comments
 (0)
0