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 Aug 8, 2024
1 parent 5cd11c1 commit d2478d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ daemon.json
README.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
dev.toml
pyproject.toml
pyproject.toml
stable.toml
stable.toml
requirements.txt
4 changes: 2 additions & 2 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 = "re_edge_gpt"
version = "0.0.46"
name = "re_edge_gpt_dev"
version = "0.0.56"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
Expand Down
4 changes: 2 additions & 2 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 = "re_edge_gpt_dev"
version = "0.0.55"
name = "re_edge_gpt"
version = "0.0.46"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
Expand Down

0 comments on commit d2478d8

Please sign in to comment.