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 594c284 commit 0f76b47Copy full SHA for 0f76b47
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.1-rc2
+current_version = 0.0.1-rc3
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
orchestrator/__init__.py
@@ -11,9 +11,9 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-"""This is the orchestrator orchestrator workflow engine."""
+"""This is the orchestrator workflow engine."""
15
16
-__version__ = "0.0.1-rc2"
+__version__ = "0.0.1-rc3"
17
18
from orchestrator.app import OrchestratorCore
19
from orchestrator.settings import app_settings, oauth2_settings
0 commit comments