diff --git a/README.md b/README.md index d093047..54a5273 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ pip install git+https://github.com/buettnerlab/pytometry.git ## Updates +- August 28th 2023: New release with various fixes and improvements. - October 12th 2022: First public release announcement on [Twitter](https://twitter.com/marenbuettner/status/1580160765201244161?s=20&t=mTBLcUaqKs9eMzEpOWnG0g) ## Citation diff --git a/pyproject.toml b/pyproject.toml index 27f0b92..74dd8a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "pytometry" -authors = [{name = "Maren Buettner", email = "maren.buettner@helmholtz-muenchen.de"}] +authors = [{name = "Maren Buettner", email = "maren.buettner@tum.de"}] readme = "README.md" dynamic = ["version"] description = "Pytometry is a Python package for flow and mass cytometry analysis."