Skip to content

Commit

Permalink
Bump version: 0.1.0a8 → 0.1.0a9
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 27, 2020
1 parent 77bd782 commit fe954aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0a8
current_version = 0.1.0a9
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 @@ -38,7 +38,7 @@

setup(
name="titiler",
version="0.1.0a8",
version="0.1.0a9",
description=u"",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion titiler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""titiler."""

__version__ = "0.1.0a8"
__version__ = "0.1.0a9"

0 comments on commit fe954aa

Please sign in to comment.