From 013a0866aa7712d604d463931a7abb5cd4438357 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 17 Oct 2021 13:19:15 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1=20=E2=86=92=200.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- leafmap/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/leafmap/__init__.py b/leafmap/__init__.py index e2dbd10d04..d74917b688 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.5.1" +__version__ = "0.5.2" import os diff --git a/setup.cfg b/setup.cfg index 3cf61b224a..9ebf1274e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = True tag = True diff --git a/setup.py b/setup.py index f3df9d5505..13b590896d 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/giswqs/leafmap", - version="0.5.1", + version="0.5.2", zip_safe=False, )