We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323a305 commit 3d31e43Copy full SHA for 3d31e43
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.2.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -33,7 +33,7 @@
33
34
setup(
35
name="titiler",
36
- version="0.1.0",
+ version="0.2.0",
37
description=u"A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL.",
38
long_description=long_description,
39
long_description_content_type="text/markdown",
titiler/__init__.py
@@ -1,3 +1,3 @@
"""titiler."""
-__version__ = "0.1.0"
+__version__ = "0.2.0"
0 commit comments