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

Skip to content

Commit 2a62859

Browse files
authored
Merge pull request #910 from stonebig/master
package names
2 parents db1782f + 02cb89a commit 2a62859

File tree

2 files changed

+10
-1
lines changed

2 files changed

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

winpython/data/packages.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2782,3 +2782,12 @@ description = Community maintained hooks for PyInstaller
27822782
[nbval]
27832783
description = A py.test plugin to validate Jupyter notebooks
27842784
2785+
[jupyterlab-classic]
2786+
description = The next gen old-school Notebook UI
2787+
2788+
[sklearn-contrib-lightning]
2789+
description = Large-scale sparse linear classification, regression and ranking in Python
2790+
2791+
[textdistance]
2792+
description = Compute distance between the two texts.
2793+

0 commit comments

Comments
 (0)
0