From fbe1ca1ea7431ab6e8c76f6e8810f3157c2ec682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Thu, 5 Nov 2020 15:11:28 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.3=20=E2=86=92=202.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pylandstats/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a26760..f22266b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.3 +current_version = 2.2.0 commit = True tag = True diff --git a/pylandstats/__init__.py b/pylandstats/__init__.py index 7eefd48..c552640 100644 --- a/pylandstats/__init__.py +++ b/pylandstats/__init__.py @@ -2,4 +2,4 @@ from .spatiotemporal import * from .zonal import * -__version__ = '2.1.3' +__version__ = '2.2.0' diff --git a/setup.py b/setup.py index d4862f2..4a31b88 100644 --- a/setup.py +++ b/setup.py @@ -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)",