diff --git a/CHANGELOG.md b/CHANGELOG.md index 5362424..17629a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.5] - 2025-07-17 + +# MFLUX v.0.9.5 Release Notes + +### 🐛 Bug Fixes + +- **Fixed faulty imports**: Corrected import issues in the mflux module to ensure proper package initialization and functionality + ## [0.9.4] - 2025-07-17 # MFLUX v.0.9.4 Release Notes diff --git a/pyproject.toml b/pyproject.toml index c65d991..e90a5d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ source-exclude = [ [project] name = "mflux" -version = "0.9.4" +version = "0.9.5" description = "A MLX port of FLUX based on the Huggingface Diffusers implementation." readme = "README.md" keywords = ["diffusers", "flux", "mlx"]