From 1ca8ea0128d0dc6826a2fae0a4637b00c19ff94c Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Sun, 10 Mar 2024 22:21:18 +0100 Subject: [PATCH] Bump to v53 (#377) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2d4d799..260308db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "axis" -version = "52" +version = "53" 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 39ed54ae..f695d6d7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ MIN_PY_VERSION = "3.11" PACKAGES = find_packages(exclude=["tests", "tests.*"]) -VERSION = "52" +VERSION = "53" setup( name="axis",