From 6052cf6f9a4e58fbd297f804779e8b2d02075edf Mon Sep 17 00:00:00 2001 From: Pablo Duque Date: Mon, 5 Jun 2023 02:26:49 -0700 Subject: [PATCH] Bump version to 0.4.1 PiperOrigin-RevId: 537813134 --- dm_pix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dm_pix/__init__.py b/dm_pix/__init__.py index e10b073..4349f50 100644 --- a/dm_pix/__init__.py +++ b/dm_pix/__init__.py @@ -20,7 +20,7 @@ from dm_pix._src import metrics from dm_pix._src import patch -__version__ = "0.4.0" +__version__ = "0.4.1" # Augmentations. adjust_brightness = augment.adjust_brightness