Skip to content

Commit

Permalink
version++ (2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Aug 5, 2022
1 parent 465b16a commit 5c2d514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geodiff/src/geodiff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// use scripts/update_version.py to update the version here and in other places at once
const char *GEODIFF_version()
{
return "2.0.0";
return "2.0.1";
}

int GEODIFF_driverCount( GEODIFF_ContextH /*contextHandle*/ )
Expand Down
2 changes: 1 addition & 1 deletion pygeodiff/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__description__ = 'Diff tool for geo-spatial data'
__url__ = 'https://github.com/MerginMaps/geodiff'
# use scripts/update_version.py to update the version here and in other places at once
__version__ = '2.0.0'
__version__ = '2.0.1'
__author__ = 'Lutra Consulting Ltd.'
__author_email__ = '[email protected]'
__maintainer__ = 'Lutra Consulting Ltd.'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import platform

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

cmake_args = [
'-DENABLE_TESTS:BOOL=OFF',
Expand Down

0 comments on commit 5c2d514

Please sign in to comment.