Skip to content

Commit

Permalink
Ver++
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Sep 16, 2021
1 parent f24df2c commit aa840ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2'
__version__ = '1.0.3'
__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.2'
VERSION = '1.0.3'

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

0 comments on commit aa840ad

Please sign in to comment.