From aa774a79880117fdef4eaa6bb3c87e13fb53827d Mon Sep 17 00:00:00 2001 From: Szymon Basan Date: Tue, 29 Oct 2024 12:49:52 +0100 Subject: [PATCH] bump dev version --- ENDPOINTS.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ENDPOINTS.md b/ENDPOINTS.md index 4e8f2e33..ad1012cb 100644 --- a/ENDPOINTS.md +++ b/ENDPOINTS.md @@ -1,6 +1,6 @@ **THIS FILE WAS AUTO-GENERATED DO NOT EDIT** -Generated for: catalystwan-0.35.6 +Generated for: catalystwan-0.36.0.dev0 All URIs are relative to */dataservice* HTTP request | Supported Versions | Method | Payload Type | Return Type | Tenancy Mode diff --git a/pyproject.toml b/pyproject.toml index 739703f4..a04200d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "catalystwan" -version = "0.36.0" +version = "0.36.0dev0" description = "Cisco Catalyst WAN SDK for Python" authors = ["kagorski "] readme = "README.md"