Skip to content

Commit 044ffac

Browse files
committed
Update stable version
1 parent ec6d6d7 commit 044ffac

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ dmypy.json
123123
.idea/workspace.xml
124124
.claude/settings.local.json
125125
/.claude/
126+
/.claude

stable.toml renamed to dev.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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"]
55
build-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"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]
@@ -43,4 +43,4 @@ content-type = "text/markdown"
4343
find = { namespaces = false }
4444

4545
[project.optional-dependencies]
46-
gui = ["PySide6==6.10.1", "qt-material"]
46+
gui = ["PySide6==6.11.0", "qt-material"]

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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"]
55
build-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"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]
@@ -43,4 +43,4 @@ content-type = "text/markdown"
4343
find = { namespaces = false }
4444

4545
[project.optional-dependencies]
46-
gui = ["PySide6==6.10.1", "qt-material"]
46+
gui = ["PySide6==6.11.0", "qt-material"]

0 commit comments

Comments
 (0)