Skip to content

Commit

Permalink
version++ (0.8.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Apr 29, 2021
1 parent 2e0d25f commit e18c54d
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 @@ -24,7 +24,7 @@

const char *GEODIFF_version()
{
return "0.8.7";
return "0.8.8";
}

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
@@ -1,7 +1,7 @@
__title__ = 'PyGeoDiff'
__description__ = 'Diff tool for geo-spatial data'
__url__ = 'https://github.com/lutraconsulting/geodiff'
__version__ = '0.8.7'
__version__ = '0.8.8'
__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 @@ -15,7 +15,7 @@
#from setuptools import setup
from skbuild import setup

VERSION = '0.8.7'
VERSION = '0.8.8'

setup(
name="pygeodiff",
Expand Down

0 comments on commit e18c54d

Please sign in to comment.