From 4513b51870455f9c7d45ea5626a6c3bb3f0e0eea Mon Sep 17 00:00:00 2001 From: thunn Date: Tue, 12 Nov 2024 09:34:32 +0000 Subject: [PATCH] bump patch version 0.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73ebc15..188fbb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bigvganinference" -version = "0.0.1" +version = "0.0.2" description = "An unofficial minimal package for using BigVGAN at inference time" authors = [] license = "MIT"