Skip to content

Commit 0b350cb

Browse files
committed
package names
1 parent e5ce136 commit 0b350cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

winpython/data/packages.ini

+6
Original file line numberDiff line numberDiff line change
@@ -3013,3 +3013,9 @@ description = marshmallow multiplexing schema
30133013
[docker]
30143014
description = A Python library for the Docker Engine API.
30153015
3016+
[pyerfa]
3017+
description = Python bindings for ERFA
3018+
3019+
[jupyter-packaging]
3020+
description = Jupyter Packaging Utilities
3021+

0 commit comments

Comments
 (0)