Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 3, 2024
1 parent 6be13c4 commit 6387e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "autoregressive-diffusion-pytorch"
version = "0.2.7"
version = "0.2.8"
description = "Autoregressive Diffusion - Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand Down Expand Up @@ -47,4 +47,4 @@ build-backend = "hatchling.build"
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["autoregressive-diffusion-pytorch"]
packages = ["autoregressive_diffusion_pytorch"]

0 comments on commit 6387e02

Please sign in to comment.