Skip to content

Commit

Permalink
Update dev and stable version
Browse files Browse the repository at this point in the history
Update dev and stable version
  • Loading branch information
JE-Chen committed May 6, 2023
1 parent 5bea58b commit 1a5749d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions stable.toml → dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "frontengine"
version = "0.0.3"
name = "frontengine_dev"
version = "0.0.4"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
Expand All @@ -18,7 +18,7 @@ description = "FrontEngine is a tool allow you set Video or Image or GIF front o
requires-python = ">=3.8"
license = { text = "MIT" }
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Development Status :: 2 - Pre-Alpha",
"Environment :: Win32 (MS Windows)",
"Environment :: MacOS X",
Expand Down
2 changes: 0 additions & 2 deletions frontengine/ui/main/main_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ def start_front_engine():
window.showMaximized()
sys.exit(new_editor.exec())


start_front_engine()
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "frontengine_dev"
version = "0.0.3"
name = "frontengine"
version = "0.0.4"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
Expand All @@ -18,7 +18,7 @@ description = "FrontEngine is a tool allow you set Video or Image or GIF front o
requires-python = ">=3.8"
license = { text = "MIT" }
classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
"Development Status :: 2 - Pre-Alpha",
"Environment :: Win32 (MS Windows)",
"Environment :: MacOS X",
Expand Down

0 comments on commit 1a5749d

Please sign in to comment.