diff --git a/cs_storage/__init__.py b/cs_storage/__init__.py index b98c949..24ad629 100644 --- a/cs_storage/__init__.py +++ b/cs_storage/__init__.py @@ -14,7 +14,7 @@ from .screenshot import screenshot, ScreenshotError, SCREENSHOT_ENABLED -__version__ = "1.10.1" +__version__ = "1.11.0" BUCKET = os.environ.get("BUCKET", None)