Skip to content

Commit 5bdf34e

Browse files
committed
Bump version: 2.3.5 → 2.3.6
1 parent d66004b commit 5bdf34e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.3.5
2+
current_version = 2.3.6
33
commit = True
44
tag = True
55

whitebox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Qiusheng Wu"""
66
__email__ = 'giswqs@gmail.com'
7-
__version__ = '2.3.5'
7+
__version__ = '2.3.6'
88

99
from .whitebox import *
1010

0 commit comments

Comments
 (0)