8000 Merge pull request #939 from stonebig/master · winpython/winpython@5777b5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5777b5a

Browse files
authored
Merge pull request #939 from stonebig/master
package names
2 parents 8f7ef84 + 0b350cb commit 5777b5a

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

winpython/data/packages.ini

Lines changed: 6 additions & 0 deletions
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)
0