Skip to content

Commit

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

Expand Down
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.3'
__version__ = '2.2.0'
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.3'
__version__ = '2.2.0'

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

0 comments on commit fbe1ca1

Please sign in to comment.