From fb90a19d9464fe1cc42ffacb8ab58c894d8908d5 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 26 Jul 2021 07:15:23 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.4=20=E2=86=92=200.3.5?= 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 0c8b2e290d..4c51a39bc5 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.3.4" +__version__ = "0.3.5" import os diff --git a/setup.cfg b/setup.cfg index a1e6fdc0a9..c722892d88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.5 commit = True tag = True diff --git a/setup.py b/setup.py index b1b06f37b7..4835bab980 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/giswqs/leafmap", - version="0.3.4", + version="0.3.5", zip_safe=False, )