Skip to content

Commit d924abf

Browse files
committed
Update PySide6 Version
Update PySide6 Version Update Dev Version
1 parent d89f37c commit d924abf

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
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_editor"
9-
version = "0.0.203"
8+
name = "je_editor_dev"
9+
version = "0.0.224"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = "JEditor is basic but powerful editor include GPT"
1414
requires-python = ">=3.9"
1515
license-files = ["LICENSE"]
1616
dependencies = [
17-
"PySide6==6.8.3", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole"
17+
"PySide6==6.9.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole"
1818
]
1919
classifiers = [
2020
"Programming Language :: Python :: 3.9",
2121
"Development Status :: 2 - Pre-Alpha",
2222
"Environment :: Win32 (MS Windows)",
2323
"Environment :: MacOS X",
2424
"Environment :: X11 Applications",
25-
"License :: OSI Approved :: MIT License",
2625
"Operating System :: OS Independent"
2726
]
2827

29-
3028
[project.urls]
3129
Homepage = "https://github.com/JE-Chen/je_editor"
3230
Documentation = "https://je-editor.readthedocs.io/en/latest/"
@@ -36,5 +34,6 @@ Code = "https://github.com/JE-Chen/je_editor"
3634
file = "README.md"
3735
content-type = "text/markdown"
3836

37+
3938
[tool.setuptools.packages]
4039
find = { namespaces = false }
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
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_editor_dev"
9-
version = "0.0.223"
8+
name = "je_editor"
9+
version = "0.0.203"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = "JEditor is basic but powerful editor include GPT"
1414
requires-python = ">=3.9"
1515
license-files = ["LICENSE"]
1616
dependencies = [
17-
"PySide6==6.8.3", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole"
17+
"PySide6==6.9.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole"
1818
]
1919
classifiers = [
2020
"Programming Language :: Python :: 3.9",
2121
"Development Status :: 2 - Pre-Alpha",
2222
"Environment :: Win32 (MS Windows)",
2323
"Environment :: MacOS X",
2424
"Environment :: X11 Applications",
25+
"License :: OSI Approved :: MIT License",
2526
"Operating System :: OS Independent"
2627
]
2728

29+
2830
[project.urls]
2931
Homepage = "https://github.com/JE-Chen/je_editor"
3032
Documentation = "https://je-editor.readthedocs.io/en/latest/"
@@ -34,6 +36,5 @@ Code = "https://github.com/JE-Chen/je_editor"
3436
file = "README.md"
3537
content-type = "text/markdown"
3638

37-
3839
[tool.setuptools.packages]
3940
find = { namespaces = false }

0 commit comments

Comments
 (0)