Skip to content

Commit 3b4d6d9

Browse files
committed
Bump version: 0.7.1 → 0.7.2
1 parent 6c24ab7 commit 3b4d6d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lidar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Qiusheng Wu"""
66
__email__ = "[email protected]"
7-
__version__ = "0.7.1"
7+
__version__ = "0.7.2"
88

99
from .filling import (
1010
ExtractSinks,

setup.cfg

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ def find_version(version, version_list):
114114
test_suite="tests",
115115
tests_require=test_requirements,
116116
url="https://github.com/giswqs/lidar",
117-
version="0.7.1",
117+
version="0.7.2",
118118
zip_safe=False,
119119
)

0 commit comments

Comments
 (0)