Skip to content

Commit 78de683

Browse files
committed
9.0.0b1 -> 9.0.0b2
1 parent 25800c8 commit 78de683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ exclude = [
159159
max-complexity = 14
160160

161161
[tool.bumpversion]
162-
current_version = "9.0.0b1"
162+
current_version = "9.0.0b2"
163163
parse = """(?x)
164164
(?P<major>\\d+)\\.
165165
(?P<minor>\\d+)\\.

rio_tiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""rio-tiler."""
22

3-
__version__ = "9.0.0b1"
3+
__version__ = "9.0.0b2"
44

55
from . import (
66
colormap,

0 commit comments

Comments
 (0)