-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump version 0.7.0 -> 0.8.0
- Loading branch information
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["ZhengYu, Xu <[email protected]>"] | |
description = "More robust ray" | ||
name = "sunray" | ||
readme = "README.md" | ||
version = "0.7.0" # version anchor | ||
version = "0.8.0" # version anchor | ||
classifiers = [ | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
|
@@ -32,7 +32,7 @@ sunray = 'sunray.__main__:cli' | |
[tool.commitizen] | ||
bump_message = "chore(release): bump version $current_version -> $new_version" | ||
pre_bump_hooks = ["./update-changelog.sh"] | ||
version = "0.7.0" # version anchor | ||
version = "0.8.0" # version anchor | ||
version_files = ["pyproject.toml:version anchor", "sunray/__init__.py"] | ||
|
||
[build-system] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
from __future__ import annotations | ||
|
||
|
||
__version__ = "0.7.0" | ||
__version__ = "0.8.0" | ||
__authors__ = [ | ||
"ZhengYu, Xu <[email protected]>", | ||
] | ||
|