From 943cbb08a3857eac3bcc6bc36d4a5a309c0e9eae Mon Sep 17 00:00:00 2001 From: G Johansson Date: Mon, 19 Aug 2024 15:34:45 +0000 Subject: [PATCH] Version 0.4.1 --- package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b9a364..a974a7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yalesmartalarmclient", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yalesmartalarmclient", - "version": "0.4.0", + "version": "0.4.1", "license": "Apache-2.0", "devDependencies": { "prettier": "3.3.3" diff --git a/package.json b/package.json index d9cdab5..6587216 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yalesmartalarmclient", - "version": "0.4.0", + "version": "0.4.1", "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 17521a1..46d9edd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yalesmartalarmclient" -version = "0.4.0" +version = "0.4.1" description = "Interact with Yale Smart Alarm systems" authors = [ "Dominic Willson ",