Skip to content

Commit a2fcaf0

Browse files
authored
Merge pull request #291 from MerginMaps/upgrade_geodiff_220
Upgrade geodiff to 2.2.0
2 parents d73520e + a632fa9 commit a2fcaf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To download a specific version of a project:
9999
$ mergin --username john download --version v42 john/project1 ~/mergin/project1
100100
```
101101

102-
To download a sepecific version of a single file:
102+
To download a specific version of a single file:
103103

104104
1. First you need to download the project:
105105
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
platforms="any",
1717
install_requires=[
1818
"python-dateutil==2.8.2",
19-
"pygeodiff==2.1.2",
19+
"pygeodiff==2.2.0",
2020
"pytz==2022.1",
2121
"click==8.1.3",
2222
],

0 commit comments

Comments
 (0)