Spaces:
Runtime error
Runtime error
chore: version 0.1.1
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[project]
|
| 2 |
name = "color-textual-inversion"
|
| 3 |
-
version = "0.1.
|
| 4 |
description = ""
|
| 5 |
authors = [
|
| 6 |
{name = "Bingsu", email = "[email protected]"},
|
|
@@ -34,7 +34,7 @@ dev = [
|
|
| 34 |
st = "streamlit run app.py"
|
| 35 |
black = "black ."
|
| 36 |
isort = "isort ."
|
| 37 |
-
format = {composite = ["
|
| 38 |
|
| 39 |
[tool.isort]
|
| 40 |
profile = "black"
|
|
|
|
| 1 |
[project]
|
| 2 |
name = "color-textual-inversion"
|
| 3 |
+
version = "0.1.1"
|
| 4 |
description = ""
|
| 5 |
authors = [
|
| 6 |
{name = "Bingsu", email = "[email protected]"},
|
|
|
|
| 34 |
st = "streamlit run app.py"
|
| 35 |
black = "black ."
|
| 36 |
isort = "isort ."
|
| 37 |
+
format = {composite = ["isort", "black"]}
|
| 38 |
|
| 39 |
[tool.isort]
|
| 40 |
profile = "black"
|