We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64e010 commit 594c284Copy full SHA for 594c284
.bumpversion.cfg
@@ -1,9 +1,9 @@
1
[bumpversion]
2
-current_version = 0.0.1
+current_version = 0.0.1-rc2
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
6
-serialize =
+serialize =
7
{major}.{minor}.{patch}-{release}{build}
8
{major}.{minor}.{patch}
9
orchestrator/__init__.py
@@ -13,7 +13,7 @@
13
14
"""This is the orchestrator orchestrator workflow engine."""
15
16
-__version__ = "0.0.1"
+__version__ = "0.0.1-rc2"
17
18
from orchestrator.app import OrchestratorCore
19
from orchestrator.settings import app_settings, oauth2_settings
0 commit comments