From db0fd759c6a6c0fdf3dcb487849b06c0312f2760 Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Fri, 15 Mar 2024 08:00:14 +0100 Subject: [PATCH] Bump to v55 (#391) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6d12ffef..36ab9ccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "axis" -version = "54" +version = "55" license = {text = "MIT"} description = "A Python library for communicating with devices from Axis Communications" readme = "README.md" diff --git a/setup.py b/setup.py index f695d6d7..b9ef59a4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ MIN_PY_VERSION = "3.11" PACKAGES = find_packages(exclude=["tests", "tests.*"]) -VERSION = "53" +VERSION = "55" setup( name="axis",