Release 0.9.5 with import fixes
This commit is contained in:
parent
7df35522f5
commit
3073b9feea
@ -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
|
||||
|
||||
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user