We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abe321 commit bd362e2Copy full SHA for bd362e2
2 files changed
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '6.1.20230514'
+__version__ = '6.1.20230518'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -3598,3 +3598,6 @@ description = Wrappers to call pyproject.toml-based build backend hooks.
3598
[accelerate]
3599
description = Accelerate
3600
3601
+[spatialpandas]
3602
+description = Pandas extension arrays for spatial/geometric operations
3603
+
0 commit comments