Skip to content

Commit

Permalink
Bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdoupe committed Jan 8, 2020
1 parent 55d9fb4 commit f804002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs_storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .screenshot import screenshot, ScreenshotError, SCREENSHOT_ENABLED

__version__ = "1.7.0"
__version__ = "1.8.0"


BUCKET = os.environ.get("BUCKET", None)
Expand Down

0 comments on commit f804002

Please sign in to comment.