diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index c32a23e2e..52d33c8f7 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.7.6rc2
+current_version = 2.7.6
 commit = False
 tag = False
 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?
diff --git a/orchestrator/__init__.py b/orchestrator/__init__.py
index 3efd2eaec..1c8739eb3 100644
--- a/orchestrator/__init__.py
+++ b/orchestrator/__init__.py
@@ -13,7 +13,7 @@
 
 """This is the orchestrator workflow engine."""
 
-__version__ = "2.7.6rc2"
+__version__ = "2.7.6"
 
 from orchestrator.app import OrchestratorCore
 from orchestrator.settings import app_settings