Skip to content

Commit

Permalink
bump version v1.0.2rc0 -> v2.0.0rc0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tardis4500 committed Jan 2, 2025
1 parent 7e44a52 commit 8c37573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git_stream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__summary__ = 'CI/CD Toolkit'
__uri__ = 'https://github.com/tardis4500/git-stream/'

__version__ = '1.0.2rc0'
__version__ = '2.0.0rc0'
__build_name__ = '{var:build_name}'
__build_date__ = '{var:build_date}'

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module = "xmlrunner.*"
ignore_missing_imports = true

[tool.bumpver]
current_version = "v1.0.2rc0"
current_version = "v2.0.0rc0"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version} [skip ci]"
commit = true
Expand Down

0 comments on commit 8c37573

Please sign in to comment.