From 1032d739d88ef112c69f111ec1ddb175b420d4ca Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 20 Sep 2024 21:57:29 +0000 Subject: [PATCH] Bump version to 0.4.3 --- package-lock.json | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72158db..269a4d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "yalesmartalarmclient", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 4eff162..6251d6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yalesmartalarmclient", - "version": "0.4.2", + "version": "0.4.3", "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 c754a41..3d52b46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yalesmartalarmclient" -version = "0.4.2" +version = "0.4.3" description = "Interact with Yale Smart Alarm systems" authors = [ "Dominic Willson ",