Skip to content

Commit

Permalink
Update stable version
Browse files Browse the repository at this point in the history
Update stable version
  • Loading branch information
JE-Chen45 committed Aug 10, 2023
1 parent 909f51b commit 01ff058
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions stable.toml → dev.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Rename to build stable version
# This is stable version
# Rename to dev version
# This is dev version
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "automation_editor"
version = "0.0.21"
name = "automation_editor_dev"
version = "0.0.22"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Rename to dev version
# This is dev version
# Rename to build stable version
# This is stable version
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "automation_editor_dev"
name = "automation_editor"
version = "0.0.22"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
Expand Down

0 comments on commit 01ff058

Please sign in to comment.