Skip to content

Commit

Permalink
[pre-commit.ci] automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 13, 2025
1 parent 9787adc commit f5ed64a
Show file tree
Hide file tree
Showing 5 changed files with 863 additions and 783 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.6.1'
__version__ = "0.6.1"
2 changes: 1 addition & 1 deletion src/pyconnectwise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pyconnectwise.clients.automate_client import ConnectWiseAutomateAPIClient
from pyconnectwise.clients.manage_client import ConnectWiseManageAPIClient

__all__ = ["ConnectWiseManageAPIClient", "ConnectWiseAutomateAPIClient"]
__all__ = ["ConnectWiseAutomateAPIClient", "ConnectWiseManageAPIClient"]
__version__ = "0.6.1"
Loading

0 comments on commit f5ed64a

Please sign in to comment.