diff --git a/cs_storage/__init__.py b/cs_storage/__init__.py index 1e84dcf..f8a7306 100644 --- a/cs_storage/__init__.py +++ b/cs_storage/__init__.py @@ -13,7 +13,7 @@ from .screenshot import screenshot, ScreenshotError, SCREENSHOT_ENABLED -__version__ = "1.8.2" +__version__ = "1.8.3" BUCKET = os.environ.get("BUCKET", None)