Thanks to visit codestin.com Credit goes to github.com
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 9cb0140 commit 9e5c66eCopy full SHA for 9e5c66e
movingpandas/__init__.py
@@ -41,4 +41,4 @@
41
warnings.warn(e.msg, UserWarning)
42
43
name = "movingpandas"
44
-__version__ = "0.22.2"
+__version__ = "0.22.3"
setup.py
@@ -14,7 +14,7 @@
14
15
setuptools.setup(
16
name="movingpandas",
17
- version="0.22.2",
+ version="0.22.3",
18
author="Anita Graser",
19
author_email="[email protected]",
20
description="MovingPandas provides trajectory data structures and "
0 commit comments