Skip to content

Commit 5c2d514

Browse files
committed
version++ (2.0.1)
1 parent 465b16a commit 5c2d514

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

geodiff/src/geodiff.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// use scripts/update_version.py to update the version here and in other places at once
3535
const char *GEODIFF_version()
3636
{
37-
return "2.0.0";
37+
return "2.0.1";
3838
}
3939

4040
int GEODIFF_driverCount( GEODIFF_ContextH /*contextHandle*/ )

pygeodiff/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = 'Diff tool for geo-spatial data'
33
__url__ = 'https://github.com/MerginMaps/geodiff'
44
# use scripts/update_version.py to update the version here and in other places at once
5-
__version__ = '2.0.0'
5+
__version__ = '2.0.1'
66
__author__ = 'Lutra Consulting Ltd.'
77
__author_email__ = 'info@merginmaps.com'
88
__maintainer__ = 'Lutra Consulting Ltd.'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import platform
66

77
# use scripts/update_version.py to update the version here and in other places at once
8-
VERSION = '2.0.0'
8+
VERSION = '2.0.1'
99

1010
cmake_args = [
1111
'-DENABLE_TESTS:BOOL=OFF',

0 commit comments

Comments
 (0)