From edbab1cfebd52728087b8d31a0d7da362e7baf79 Mon Sep 17 00:00:00 2001 From: cabralpinto Date: Mon, 28 Aug 2023 18:40:51 +0100 Subject: [PATCH] Update metadata to v0.0.2 --- .gitignore | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 550a966..079e123 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__ env nohup.out private -examples/data \ No newline at end of file +examples/data +dist \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 86a06c4..04d460b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "modular-diffusion" -version = "0.0.1" +version = "0.0.2" authors = [{ name = "João Cabral Pinto", email = "jmcabralpinto@gmail.com" }] description = "Modular Diffusion" readme = "README.md"