diff --git a/setup.cfg b/setup.cfg index 984cf0b1c..e349ca207 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index d7bbe5c25..134e456d9 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name="titiler", - version="0.1.0", + version="0.2.0", description=u"A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL.", long_description=long_description, long_description_content_type="text/markdown", diff --git a/titiler/__init__.py b/titiler/__init__.py index 858360a41..cfbad794c 100644 --- a/titiler/__init__.py +++ b/titiler/__init__.py @@ -1,3 +1,3 @@ """titiler.""" -__version__ = "0.1.0" +__version__ = "0.2.0"