diff --git a/pyproject.toml b/pyproject.toml index a25af01724..b02327b896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scvi-tools" -version = "1.0.3" +version = "1.0.4" description = "Deep probabilistic analysis of single-cell omics data." readme = "README.md" requires-python = ">=3.9" @@ -14,7 +14,7 @@ authors = [ {name = "The scvi-tools development team"}, ] maintainers = [ - {name = "The scvi-tools development team", email = "adamgayoso@berkeley.edu"}, + {name = "The scvi-tools development team", email = "martinkim@berkeley.edu"}, ] urls.Documentation = "https://scvi-tools.org" urls.Source = "https://github.com/scverse/scvi-tools"