Skip to content

Commit

Permalink
Bump version: 0.3.7 → 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Sep 2, 2021
1 parent ed96679 commit d1f4f41
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.7
current_version = 0.3.8
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open("README.md") as f:
long_description = f.read()

__version__ = "0.3.7"
__version__ = "0.3.8"

inst_reqs = [
f"titiler.core=={__version__}",
Expand Down
2 changes: 1 addition & 1 deletion src/titiler/application/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="titiler.application",
version="0.3.7",
version="0.3.8",
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",
Expand Down
2 changes: 1 addition & 1 deletion src/titiler/application/titiler/application/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""titiler.application version."""

__version__ = "0.3.7"
__version__ = "0.3.8"
2 changes: 1 addition & 1 deletion src/titiler/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="titiler.core",
version="0.3.7",
version="0.3.8",
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",
Expand Down
2 changes: 1 addition & 1 deletion src/titiler/core/titiler/core/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""titiler.core version."""

__version__ = "0.3.7"
__version__ = "0.3.8"
2 changes: 1 addition & 1 deletion src/titiler/mosaic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="titiler.mosaic",
version="0.3.7",
version="0.3.8",
description=u"MosaicJSON plugin for TiTiler.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/titiler/mosaic/titiler/mosaic/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""titiler.mosaic version."""

__version__ = "0.3.7"
__version__ = "0.3.8"

0 comments on commit d1f4f41

Please sign in to comment.