Skip to content

Commit 3d31e43

Browse files
committed
Bump version: 0.1.0 → 0.2.0
1 parent 323a305 commit 3d31e43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = 0.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

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

3434
setup(
3535
name="titiler",
36-
version="0.1.0",
36+
version="0.2.0",
3737
description=u"A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL.",
3838
long_description=long_description,
3939
long_description_content_type="text/markdown",

titiler/__init__.py

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

3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)