We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e9950 commit 61c25cfCopy full SHA for 61c25cf
__init__.py
@@ -1 +1 @@
1
-__version__='0.6.0.1'
+__version__='0.6.1'
pyproject.toml
@@ -7,7 +7,7 @@ line_length = 120
7
8
[tool.poetry]
9
name = "pyconnectwise"
10
-version = "0.6.0.1"
+version = "0.6.1"
11
authors = ["Health IT <dev@healthit.com.au>"]
12
description = "A full-featured Python client for the ConnectWise APIs"
13
homepage = "https://github.com/HealthITAU/pyconnectwise"
src/pyconnectwise/__init__.py
@@ -2,4 +2,4 @@
2
from pyconnectwise.clients.manage_client import ConnectWiseManageAPIClient
3
4
__all__ = ["ConnectWiseManageAPIClient", "ConnectWiseAutomateAPIClient"]
5
-__version__ = "0.6.0.1"
+__version__ = "0.6.1"
0 commit comments