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"