File tree 2 files changed +13
-1
lines changed 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '4.6.20211017 '
31
+ __version__ = '4.6.20211106 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -3217,3 +3217,15 @@ description = Python bindings for the Qt cross-platform application and UI frame
3217
3217
[jellyfish]
3218
3218
description = a library for doing approximate and phonetic matching of strings.
3219
3219
3220
+ [tomli-w]
3221
+ description = A lil' TOML writer
3222
+
3223
+ [frozenlist]
3224
+ description = A list-like structure which implements collections.abc.MutableSequence
3225
+
3226
+ [aiosignal]
3227
+ description = aiosignal: a list of registered asynchronous callbacks
3228
+
3229
+ [parsy]
3230
+ description = easy-to-use parser combinators, for parsing in pure Python
3231
+
You can’t perform that action at this time.
0 commit comments