Skip to content

Commit

Permalink
Bump version: 2.1.2 → 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Sep 2, 2020
1 parent c88df9e commit 2bf9543
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.2
current_version = 2.1.3
commit = True
tag = True

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

2 changes: 1 addition & 1 deletion pylandstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .spatiotemporal import *
from .zonal import *

__version__ = '2.1.2'
__version__ = '2.1.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if sys.version_info[:2] < (3, 6):
raise RuntimeError("Python version >= 3.6 required.")

__version__ = '2.1.2'
__version__ = '2.1.3'

classifiers = [
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
Expand Down

0 comments on commit 2bf9543

Please sign in to comment.