Skip to content

Commit 2931338

Browse files
Automatically regenerated library to version 2.0.1 for API version 1.57.0. (#291)
Co-authored-by: GitHub Action <support@meraki.com> Bumping patch version for #290 fix. Also fixes unnecessary wrapping of caller in quotation marks.
1 parent ca326d3 commit 2931338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meraki/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
)
4444
from meraki.rest_session import *
4545

46-
__version__ = '2.0.0'
46+
__version__ = '2.0.1'
4747
__api_version__ = '1.57.0'
4848

4949

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "meraki"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Meraki library for Python"
55
authors = [
66
{name = "Cisco Meraki",email = "api-feedback@meraki.net"}

0 commit comments

Comments
 (0)