Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e5c66e

Browse files
committed
Up version to 0.22.3
1 parent 9cb0140 commit 9e5c66e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

movingpandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
warnings.warn(e.msg, UserWarning)
4242

4343
name = "movingpandas"
44-
__version__ = "0.22.2"
44+
__version__ = "0.22.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setuptools.setup(
1616
name="movingpandas",
17-
version="0.22.2",
17+
version="0.22.3",
1818
author="Anita Graser",
1919
author_email="[email protected]",
2020
description="MovingPandas provides trajectory data structures and "

0 commit comments

Comments
 (0)