diff --git a/package-lock.json b/package-lock.json index a974a7c..72158db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yalesmartalarmclient", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yalesmartalarmclient", - "version": "0.4.1", + "version": "0.4.2", "license": "Apache-2.0", "devDependencies": { "prettier": "3.3.3" diff --git a/package.json b/package.json index 6587216..4eff162 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yalesmartalarmclient", - "version": "0.4.1", + "version": "0.4.2", "private": true, "description": "Yale Smart Alarm client is a python client for interacting with the Yale Smart Alarm System API", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 46d9edd..e159d5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yalesmartalarmclient" -version = "0.4.1" +version = "0.4.2" description = "Interact with Yale Smart Alarm systems" authors = [ "Dominic Willson ",