diff --git a/cs_storage/__init__.py b/cs_storage/__init__.py index 09c0537..d12be6d 100644 --- a/cs_storage/__init__.py +++ b/cs_storage/__init__.py @@ -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)