Skip to content

Commit 88d664f

Browse files
committed
update packages
1 parent cb5d7de commit 88d664f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

winpython/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-----------------------------------------
55
66
Copyright (c) 2012-2013 Pierre Raybaut
7-
Copyright (c) 2014-2020+ The Winpython development team https://github.com/winpython/
7+
Copyright (c) 2014-2021+ The Winpython development team https://github.com/winpython/
88
99
Permission is hereby granted, free of charge, to any person
1010
obtaining a copy of this software and associated documentation
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '3.0.202011219'
31+
__version__ = '3.1.20210109'
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
@@ -2791,3 +2791,18 @@ description = Large-scale sparse linear classification, regression and ranking i
27912791
[textdistance]
27922792
description = Compute distance between the two texts.
27932793
2794+
[siphon]
2795+
description = A collection of Python utilities for interacting with the Unidata technology stack.
2796+
2797+
[et-xmlfile]
2798+
description = An implementation of lxml.xmlfile for the standard library
2799+
2800+
[jdcal]
2801+
description = Julian dates from proleptic Gregorian and Julian calendars.
2802+
2803+
[orjson]
2804+
description = Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
2805+
2806+
[zstandard]
2807+
description = Zstandard bindings for Python
2808+

0 commit comments

Comments
 (0)