Skip to content

Commit

Permalink
Bump version: 2.1.0 → 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 27, 2021
1 parent 8ecfcd3 commit 9c20e1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rio_cogeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from rio_cogeo.cogeo import cog_info, cog_translate, cog_validate # noqa
from rio_cogeo.profiles import cog_profiles # noqa

__version__ = "2.1.0"
__version__ = "2.1.1"
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 = 2.1.0
current_version = 2.1.1
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 @@ -21,7 +21,7 @@

setup(
name="rio-cogeo",
version="2.1.0",
version="2.1.1",
python_requires=">=3.6",
description=u"Cloud Optimized GeoTIFF (COGEO) creation plugin for rasterio",
long_description=readme,
Expand Down

0 comments on commit 9c20e1f

Please sign in to comment.