From 70248598afb29371f0a5def922160284d299f851 Mon Sep 17 00:00:00 2001 From: Thomas MK Date: Thu, 4 May 2023 18:43:02 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25a3ea6f..8738a3ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "torch-conduit" -version = "0.2.2a0" +version = "0.3.0" description = "Lightweight framework for dataloading with PyTorch and channeling the power of PyTorch Lightning" authors = ["PAL "] license = "Apache License 2.0"