Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e799659

Browse files
committed
package names update, version bump
1 parent e8e7ca1 commit e799659

File tree

2 files changed

+22
-1
lines changed

2 files changed

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

winpython/data/packages.ini

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3262,3 +3262,24 @@ description = Tools for labeling human languages with IETF language tags
32623262
[spacy-loggers]
32633263
description = Logging utilities for SpaCy
32643264

3265+
[hpy]
3266+
description = A better C API for Python
3267+
3268+
[doit]
3269+
description = doit - Automation Tool
3270+
3271+
[jupyterlite]
3272+
description = tools for building JupyterLite sites
3273+
3274+
[pyqt5-qt5]
3275+
description = The subset of a Qt installation needed by PyQt5.
3276+
3277+
[pyqtwebengine-qt5]
3278+
description = The subset of a Qt installation needed by PyQtWebEngine.
3279+
3280+
[superqt]
3281+
description = Missing widgets for PyQt/PySide
3282+
3283+
[notebook-shim]
3284+
description = A shim layer for notebook traits and config
3285+

0 commit comments

Comments
 (0)