From 2899f442c869e8d91d26edddf1f531014a2cf940 Mon Sep 17 00:00:00 2001 From: rhoadesScholar Date: Tue, 13 Aug 2024 16:53:01 -0400 Subject: [PATCH] Update version to 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab5cc64..fad96a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = { text = "BSD 3-Clause License" } authors = [ { email = "rhoadesj@hhmi.org", name = "Jeff Rhoades" }, ] -version = "0.0.5" +version = "0.1.0" dependencies = [ 'torch', 'torchvision',