Skip to content

Commit eef227f

Browse files
authored
Merge pull request #1218 from stonebig/master
package names
2 parents 592f120 + 08b4e79 commit eef227f

File tree

2 files changed

+16
-1
lines changed

2 files changed

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

winpython/data/packages.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3532,3 +3532,18 @@ description = Optimizing compiler for evaluating mathematical expressions on CPU
35323532
[xarray-einstats]
35333533
description = Stats, linear algebra and einops for xarray
35343534
3535+
[linkify-it-py]
3536+
description = Links recognition library with FULL unicode support.
3537+
3538+
[markdown-it-py]
3539+
description = Python port of markdown-it. Markdown parsing, done right!
3540+
3541+
[mdit-py-plugins]
3542+
description = Collection of plugins for markdown-it-py
3543+
3544+
[mdurl]
3545+
description = Markdown URL utilities
3546+
3547+
[uc-micro-py]
3548+
description = Micro subset of unicode data files for linkify-it-py projects.
3549+

0 commit comments

Comments
 (0)