From 85205b9dea95517cb5fb28b2bf43e5ded2bc4e8f Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Mon, 11 Mar 2024 20:59:34 +0100 Subject: [PATCH] Bump to v54 (#387) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34c34cea..af1635e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "axis" -version = "53" +version = "54" license = {text = "MIT"} description = "A Python library for communicating with devices from Axis Communications" readme = "README.md"