Skip to content

Commit 44ff674

Browse files
committed
Increase geodiff version to 0.8.6
1 parent e4f9b8b commit 44ff674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
python-dateutil = "==2.6.0"
8-
pygeodiff = "==0.8.5"
8+
pygeodiff = "==0.8.6"
99
pytz = "==2019.3"
1010

1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
platforms='any',
1919
install_requires=[
2020
'python-dateutil==2.6.0',
21-
'pygeodiff==0.8.5',
21+
'pygeodiff==0.8.6',
2222
'pytz==2019.3',
2323
'click',
2424
],

0 commit comments

Comments
 (0)