Skip to content

Commit

Permalink
version++ (1.0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Nov 17, 2021
1 parent 71d6815 commit 81898d0
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 @@ -31,7 +31,7 @@
// use scripts/update_version.py to update the version here and in other places at once
const char *GEODIFF_version()
{
return "1.0.4";
return "1.0.5";
}

void _errorLogCallback( void *pArg, int iErrCode, const char *zMsg )
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/lutraconsulting/geodiff'
# use scripts/update_version.py to update the version here and in other places at once
__version__ = '1.0.4'
__version__ = '1.0.5'
__author__ = 'Peter Petrik'
__author_email__ = 'zilolv@gmail.com'
__maintainer__ = 'Peter Petrik'
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.4'
VERSION = '1.0.5'

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

0 comments on commit 81898d0

Please sign in to comment.