Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Mar 4, 2020
1 parent 8c39541 commit 28cff35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

Expand All @@ -8,3 +8,4 @@ tag = True
[bumpversion:file:urban_footprinter/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

__version__ = '0.1.0'
__version__ = '0.2.0'

classifiers = [
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
Expand Down
2 changes: 1 addition & 1 deletion urban_footprinter/__init__.py
Expand Up @@ -4,7 +4,7 @@
from scipy import ndimage as ndi
from shapely import geometry

__version__ = '0.1.0'
__version__ = '0.2.0'

__all__ = [
'UrbanFootprinter', 'urban_footprint_mask', 'urban_footprint_mask_shp'
Expand Down

0 comments on commit 28cff35

Please sign in to comment.