From 65977a8fd59de65ae63103ae6dd8cbe8495b3056 Mon Sep 17 00:00:00 2001 From: Alexandre Galashov Date: Wed, 10 Jun 2026 06:33:24 -0700 Subject: [PATCH] Make official release verison 1.0.0 PiperOrigin-RevId: 929815991 --- CHANGELOG.md | 4 ++-- README.md | 2 +- hackable_diffusion/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2e0a7..9d44092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ Changelog follow the https://keepachangelog.com/ standard (at least the headers) --> -## [0.0.1] - 2026-06-10 +## [1.0.0] - 2026-06-10 * Initial release -[0.0.1]: https://github.com/google/hackable_diffusion/releases/tag/v0.0.1] \ No newline at end of file +[1.0.0]: https://github.com/google/hackable_diffusion/releases/tag/v1.0.0] \ No newline at end of file diff --git a/README.md b/README.md index 654beff..4d603fd 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ If Hackable Diffusion was helpful for a publication, please cite this repository author = {Crepy, Clement and De Bortoli, Valentin and Galashov, Alexandre and Greff, Klaus and Korshunova, Ira}, title = {{Hackable Diffusion}: A modular toolbox written in Jax to experiment and educate around Diffusion modeling.}, url = {https://github.com/google/hackable_diffusion}, - version = {0.0.1}, + version = {1.0.0}, year = {2026}, note = {Authors listed in alphabetical order by the last name}, } diff --git a/hackable_diffusion/__init__.py b/hackable_diffusion/__init__.py index aa02085..803caf4 100644 --- a/hackable_diffusion/__init__.py +++ b/hackable_diffusion/__init__.py @@ -14,4 +14,4 @@ """Hackable Diffusion.""" -__version__ = "0.0.1" +__version__ = "1.0.0"