From 190a8e9975823e6b9cff57977ee6ad7f8b123a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Fri, 12 Jun 2020 18:14:57 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.0=20=E2=86=92=202.1.1?= 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 1cbbc7e..af7d89d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.1.1 commit = True tag = True diff --git a/pylandstats/__init__.py b/pylandstats/__init__.py index ed5d9ff..f161e27 100644 --- a/pylandstats/__init__.py +++ b/pylandstats/__init__.py @@ -2,4 +2,4 @@ from .spatiotemporal import * from .zonal import * -__version__ = '2.1.0' +__version__ = '2.1.1' diff --git a/setup.py b/setup.py index b1438ef..d57af87 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.0' +__version__ = '2.1.1' classifiers = [ "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",