Skip to content

Commit

Permalink
upgrade version to 0.3.0 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear authored Aug 21, 2024
1 parent a8212ca commit 17bbf8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Here are the benchmark results for Pixart-Alpha using the 20-step DPM solver as

<h2 id="QuickStart">🚀 QuickStart</h2>

### 1. Install from pip
### 1. Install from pip (current [version](./xfuser/__version__.py))

```
pip install xfuser
Expand Down
2 changes: 1 addition & 1 deletion xfuser/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2"
__version__ = "0.3"

0 comments on commit 17bbf8b

Please sign in to comment.