Skip to content

Commit

Permalink
Wrong capitalisation for licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusThing committed Oct 30, 2023
1 parent a7b8eff commit 3ac4fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyfortiassetmgmt/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def folders(self):
return Folders(api=self)

@property
def Licenses(self):
def licenses(self):
"""Endpoints related to license management.
"""
return Licenses(api=self)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pyfortiassetmgmt",
version="1.0.0",
version="1.0.1",
description="Python API client library for Fortinet's Asset Management.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3ac4fe3

Please sign in to comment.