Skip to content

Commit e56788f

Browse files
committed
Bump version: 0.31.5 → 0.31.6
1 parent 3ae2a8a commit e56788f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

leafmap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Qiusheng Wu"""
44
__email__ = "giswqs@gmail.com"
5-
__version__ = "0.31.5"
5+
__version__ = "0.31.6"
66

77
import os
88
from .report import Report

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.31.5
2+
current_version = 0.31.6
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@
9898
test_suite="tests",
9999
tests_require=test_requirements,
100100
url="https://github.com/opengeos/leafmap",
101-
version="0.31.5",
101+
version="0.31.6",
102102
zip_safe=False,
103103
)

0 commit comments

Comments
 (0)