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 e4f9b8b commit 44ff674Copy full SHA for 44ff674
Pipfile
@@ -5,7 +5,7 @@ name = "pypi"
5
6
[packages]
7
python-dateutil = "==2.6.0"
8
-pygeodiff = "==0.8.5"
+pygeodiff = "==0.8.6"
9
pytz = "==2019.3"
10
11
setup.py
@@ -18,7 +18,7 @@
18
platforms='any',
19
install_requires=[
20
'python-dateutil==2.6.0',
21
- 'pygeodiff==0.8.5',
+ 'pygeodiff==0.8.6',
22
'pytz==2019.3',
23
'click',
24
],
0 commit comments