Skip to content

Commit 61c25cf

Browse files
committed
bump version
1 parent 30e9950 commit 61c25cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__='0.6.0.1'
1+
__version__='0.6.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ line_length = 120
77

88
[tool.poetry]
99
name = "pyconnectwise"
10-
version = "0.6.0.1"
10+
version = "0.6.1"
1111
authors = ["Health IT <dev@healthit.com.au>"]
1212
description = "A full-featured Python client for the ConnectWise APIs"
1313
homepage = "https://github.com/HealthITAU/pyconnectwise"

src/pyconnectwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from pyconnectwise.clients.manage_client import ConnectWiseManageAPIClient
33

44
__all__ = ["ConnectWiseManageAPIClient", "ConnectWiseAutomateAPIClient"]
5-
__version__ = "0.6.0.1"
5+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)