Release 0.9.5 with import fixes

This commit is contained in:
filipstrand 2025-07-17 12:06:40 +02:00
parent 7df35522f5
commit 3073b9feea
2 changed files with 9 additions and 1 deletions

View File

@ -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/), 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). 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 ## [0.9.4] - 2025-07-17
# MFLUX v.0.9.4 Release Notes # MFLUX v.0.9.4 Release Notes

View File

@ -15,7 +15,7 @@ source-exclude = [
[project] [project]
name = "mflux" name = "mflux"
version = "0.9.4" version = "0.9.5"
description = "A MLX port of FLUX based on the Huggingface Diffusers implementation." description = "A MLX port of FLUX based on the Huggingface Diffusers implementation."
readme = "README.md" readme = "README.md"
keywords = ["diffusers", "flux", "mlx"] keywords = ["diffusers", "flux", "mlx"]