diff --git a/__init__.py b/__init__.py index caa5f2d0..f40d53e8 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -__version__='0.6.0.1' +__version__='0.6.1' diff --git a/pyproject.toml b/pyproject.toml index 5eceef59..39b1cc18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ line_length = 120 [tool.poetry] name = "pyconnectwise" -version = "0.6.0.1" +version = "0.6.1" authors = ["Health IT "] description = "A full-featured Python client for the ConnectWise APIs" homepage = "https://github.com/HealthITAU/pyconnectwise" diff --git a/src/pyconnectwise/__init__.py b/src/pyconnectwise/__init__.py index cf3e8d2d..ad0ce8e5 100644 --- a/src/pyconnectwise/__init__.py +++ b/src/pyconnectwise/__init__.py @@ -2,4 +2,4 @@ from pyconnectwise.clients.manage_client import ConnectWiseManageAPIClient __all__ = ["ConnectWiseManageAPIClient", "ConnectWiseAutomateAPIClient"] -__version__ = "0.6.0.1" +__version__ = "0.6.1"