From ee9640f709fd8efb77f3f9b3be858a9d306b9dc3 Mon Sep 17 00:00:00 2001 From: Amogh Joshi Date: Sat, 8 Feb 2025 14:22:53 -0500 Subject: [PATCH] Push to version 0.7.1 --- agml/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agml/__init__.py b/agml/__init__.py index 77b0382f..1cf6c1eb 100644 --- a/agml/__init__.py +++ b/agml/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.7.0" +__version__ = "0.7.1" __all__ = ["data", "synthetic", "backend", "viz", "io"]