Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martí Bosch committed Nov 7, 2018
1 parent be1b43e commit de0851c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True

Expand All @@ -10,3 +10,4 @@ replace = version='{new_version}'
[bumpversion:file:swisslandstats/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def setup_package():
# yapf: disable
setup(
name='swisslandstats-geopy',
version='0.2.0',
version='0.3.0',
description='Python for the land statistics datasets from the SFSO',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion swisslandstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .geometry import *
from .plotting import *

__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit de0851c

Please sign in to comment.