diff --git a/pyproject.toml b/pyproject.toml index 056217c6..e6655a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "axis" -version = "57" +version = "58" 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 2f47652c..e176a8a8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ MIN_PY_VERSION = "3.11" PACKAGES = find_packages(exclude=["tests", "tests.*"]) -VERSION = "57" +VERSION = "58" setup( name="axis",