Skip to content

Commit 0f8cbb6

Browse files
committed
Release 1.6.0
Signed-off-by: Yam Marcovitz <[email protected]>
1 parent 134638c commit 0f8cbb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "parlant"
3-
version = "1.6.0-rc.5"
3+
version = "1.6.0"
44
license = "Apache-2.0"
55
description = ""
66
authors = ["Yam Marcovitz <[email protected]>", "Dor Zohar <[email protected]>"]

src/parlant/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = "1.6.0-rc.5"
15+
VERSION = "1.6.0"

0 commit comments

Comments
 (0)