Skip to content

Commit 594c284

Browse files
committed
RC2
1 parent d64e010 commit 594c284

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = 0.0.1-rc2
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}-{release}{build}
88
{major}.{minor}.{patch}
99

orchestrator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

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

16-
__version__ = "0.0.1"
16+
__version__ = "0.0.1-rc2"
1717

1818
from orchestrator.app import OrchestratorCore
1919
from orchestrator.settings import app_settings, oauth2_settings

0 commit comments

Comments
 (0)