We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1f66e commit 6cf8cebCopy full SHA for 6cf8ceb
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '4.7.20220701'
+__version__ = '4.7.20220709'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -3331,3 +3331,6 @@ description = Library to instrument executable formats
3331
[polars]
3332
description = Blazingly fast DataFrame library
3333
3334
+[xyzservices]
3335
+description = Source of XYZ tiles providers
3336
+
0 commit comments