Skip to content

Commit 47faaa7

Browse files
authored
Merge pull request #1008 from stonebig/master
package name
2 parents bcbbb86 + 0d18936 commit 47faaa7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

winpython/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '4.4.20210807'
31+
__version__ = '4.4.20210812'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

+3
Original file line numberDiff line numberDiff line change
@@ -3196,3 +3196,6 @@ description = Black plugin for the Python LSP Server
31963196
[cramjam]
31973197
description = Thin Python bindings to de/compression algorithms in Rust
31983198
3199+
[rich]
3200+
description = Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
3201+

0 commit comments

Comments
 (0)