Skip to content

Commit 0f76b47

Browse files
committed
Naming
1 parent 594c284 commit 0f76b47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.1-rc2
2+
current_version = 0.0.1-rc3
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

orchestrator/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
"""This is the orchestrator orchestrator workflow engine."""
14+
"""This is the orchestrator workflow engine."""
1515

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

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

0 commit comments

Comments
 (0)