Bingsu commited on
Commit
1c4c40f
1 Parent(s): 73ed963

chore: version 0.1.1

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "color-textual-inversion"
3
- version = "0.1.0"
4
  description = ""
5
  authors = [
6
  {name = "Bingsu", email = "ks2515@naver.com"},
@@ -34,7 +34,7 @@ dev = [
34
  st = "streamlit run app.py"
35
  black = "black ."
36
  isort = "isort ."
37
- format = {composite = ["black", "isort"]}
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 = "ks2515@naver.com"},
 
34
  st = "streamlit run app.py"
35
  black = "black ."
36
  isort = "isort ."
37
+ format = {composite = ["isort", "black"]}
38
 
39
  [tool.isort]
40
  profile = "black"