Skip to content

Commit 1548b2e

Browse files
committed
package names
1 parent 2ca325a commit 1548b2e

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__ = '4.3.20210620'
31+
__version__ = '4.3.20210717'
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
@@ -3166,3 +3166,18 @@ description = The Real First Universal Charset Detector. Open, modern and active
31663166
[backports-entry-points-selectable]
31673167
description = Compatibility shim providing selectable entry points for older implementations
31683168
3169+
[sqlite-fts4]
3170+
description = Python functions for working with SQLite FTS4 search
3171+
3172+
[pyzstd]
3173+
description = Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
3174+
3175+
[pypyodbc]
3176+
description = A Pure Python ctypes ODBC module
3177+
3178+
[jupyter-dash]
3179+
description = Dash support for the Jupyter notebook interface
3180+
3181+
[ansi2html]
3182+
description = UNKNOWN
3183+

0 commit comments

Comments
 (0)