File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 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.0.20210307 '
31
+ __version__ = '4.0.20210403 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -3025,3 +3025,15 @@ description = asyncio version of the standard multiprocessing module
3025
3025
[nbtutor]
3026
3026
description = Visualize Python code execution in Jupyter Notebook cells
3027
3027
3028
+ [tinycss]
3029
+ description = tinycss is a complete yet simple CSS parser for Python.
3030
+
3031
+ [qstylizer]
3032
+ description = Stylesheet Generator for PyQt{4-5}/PySide{1-2}
3033
+
3034
+ [inflection]
3035
+ description = A port of Ruby on Rails inflector to Python
3036
+
3037
+ [arrow]
3038
+ description = Better dates & times for Python
3039
+
You can’t perform that action at this time.
0 commit comments