From 61c25cf53ac303a7243cb0e90d6577cc1e7331a9 Mon Sep 17 00:00:00 2001 From: Bailey Eaton Date: Fri, 23 Aug 2024 01:57:29 +1000 Subject: [PATCH] bump version --- __init__.py | 2 +- pyproject.toml | 2 +- src/pyconnectwise/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"