Skip to content

Commit

Permalink
version++ (2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jul 25, 2022
1 parent 38ec23d commit e5633f4
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 "1.0.6";
return "2.0.0";
}

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__ = '1.0.6'
__version__ = '2.0.0'
__author__ = 'Lutra Consulting Ltd.'
__author_email__ = 'info@merginmaps.com'
__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 = '1.0.6'
VERSION = '2.0.0'

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

0 comments on commit e5633f4

Please sign in to comment.