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-Chen committed Jun 23, 2023
1 parent cf258f6 commit 8fa8299
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.11"
name = "automation_editor_dev"
version = "0.0.12"
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.12"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
Expand Down

0 comments on commit 8fa8299

Please sign in to comment.