diff --git a/pyproject.toml b/pyproject.toml index 199ce40de..eb6215e2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parlant" -version = "1.6.0-rc.5" +version = "1.6.0" license = "Apache-2.0" description = "" authors = ["Yam Marcovitz ", "Dor Zohar "] diff --git a/src/parlant/core/version.py b/src/parlant/core/version.py index 581774bc8..41477528a 100644 --- a/src/parlant/core/version.py +++ b/src/parlant/core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = "1.6.0-rc.5" +VERSION = "1.6.0"