Skip to content

Commit

Permalink
bumpversion to 0.3.8-rc1 (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark90 <mark_moes@live.nl>
  • Loading branch information
github-actions[bot] and Mark90 authored Mar 1, 2022
1 parent 18e913b commit d8a828a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 0.3.7
current_version = 0.3.8-rc1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((\-rc)(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-rc{build}
{major}.{minor}.{patch}

Expand Down
2 changes: 1 addition & 1 deletion orchestrator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"""This is the orchestrator workflow engine."""

__version__ = "0.3.7"
__version__ = "0.3.8-rc1"

from orchestrator.app import OrchestratorCore
from orchestrator.settings import app_settings, oauth2_settings
Expand Down

0 comments on commit d8a828a

Please sign in to comment.