File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed
Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -123,3 +123,4 @@ dmypy.json
123123.idea /workspace.xml
124124.claude /settings.local.json
125125/.claude /
126+ /.claude
Original file line number Diff line number Diff line change 1- # Rename to build stable version
2- # This is stable version
1+ # Rename to build dev version
2+ # This is dev version
33[build-system ]
4- requires = [" setuptools>=61.0 " ]
4+ requires = [" setuptools" ]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " je_auto_control "
9- version = " 0.0.178 "
8+ name = " je_auto_control_dev "
9+ version = " 0.0.135 "
1010authors = [
1111 { name = " JE-Chen" , email = " jechenmailman@gmail.com" },
1212]
@@ -43,4 +43,4 @@ content-type = "text/markdown"
4343find = { namespaces = false }
4444
4545[project .optional-dependencies ]
46- gui = [" PySide6==6.10.1 " , " qt-material" ]
46+ gui = [" PySide6==6.11.0 " , " qt-material" ]
Original file line number Diff line number Diff line change 1- # Rename to build dev version
2- # This is dev version
1+ # Rename to build stable version
2+ # This is stable version
33[build-system ]
4- requires = [" setuptools" ]
4+ requires = [" setuptools>=61.0 " ]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " je_auto_control_dev "
9- version = " 0.0.135 "
8+ name = " je_auto_control "
9+ version = " 0.0.179 "
1010authors = [
1111 { name = " JE-Chen" , email = " jechenmailman@gmail.com" },
1212]
@@ -43,4 +43,4 @@ content-type = "text/markdown"
4343find = { namespaces = false }
4444
4545[project .optional-dependencies ]
46- gui = [" PySide6==6.10.1 " , " qt-material" ]
46+ gui = [" PySide6==6.11.0 " , " qt-material" ]
You can’t perform that action at this time.
0 commit comments