From a123a643a0976d743fdfc8395f3a4aed03a87c24 Mon Sep 17 00:00:00 2001 From: Susko Przemyslaw <101723670+przsus@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:29:10 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fc7e9f9..7d2c0459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "catalystwan" -version = "0.34.0dev4" +version = "0.34.0dev5" description = "Cisco Catalyst WAN SDK for Python" authors = ["kagorski "] readme = "README.md"