From 6f0a24623ed6ba1e2ab05049f741605341c8fdf3 Mon Sep 17 00:00:00 2001 From: Caroline Chen Date: Thu, 11 Apr 2024 18:11:05 -0400 Subject: [PATCH] Bump version to 0.0.24 (#722) --- runhouse/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runhouse/__init__.py b/runhouse/__init__.py index 9606af487..8daccc42a 100644 --- a/runhouse/__init__.py +++ b/runhouse/__init__.py @@ -60,4 +60,4 @@ def __getattr__(name): raise AttributeError(f"module {__name__!r} has no attribute {name!r}") -__version__ = "0.0.23" +__version__ = "0.0.24"