From faf1e0e108841d0ac23805d6b2baacfe42cd842f Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 5 Jan 2021 11:47:25 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0a13=20=E2=86=92=200.1.0a?= =?UTF-8?q?14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- titiler/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8efa00fd0..47d076ee1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0a13 +current_version = 0.1.0a14 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 355f82141..fa56817aa 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name="titiler", - version="0.1.0a13", + version="0.1.0a14", description=u"", long_description=long_description, long_description_content_type="text/markdown", diff --git a/titiler/__init__.py b/titiler/__init__.py index 3d0086873..bd39d5a71 100644 --- a/titiler/__init__.py +++ b/titiler/__init__.py @@ -1,3 +1,3 @@ """titiler.""" -__version__ = "0.1.0a13" +__version__ = "0.1.0a14"