Skip to content

Commit

Permalink
- Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
regiellis committed Sep 4, 2024
1 parent cb98148 commit 93dfa74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

All notable changes to this project will be documented in this file.
## [0.8.2] - 2024-09-04
- **Hotfix**: More fixes for windows.

## [0.8.2] - 2024-09-04
- **Hotfix**: Fixed safe_get import.
-
Expand Down
2 changes: 1 addition & 1 deletion civitai_models_manager/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.8.3"
1 change: 1 addition & 0 deletions civitai_models_manager/modules/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import shutil
import tempfile
import typer
import time
from typing import Any, List, Dict, Optional, Tuple
from tqdm import tqdm
from rich.console import Console
Expand Down

0 comments on commit 93dfa74

Please sign in to comment.