Skip to content

Commit

Permalink
Bump to v57 (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Mar 21, 2024
1 parent 1822dc7 commit 2af26fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "axis"
version = "56"
version = "57"
license = {text = "MIT"}
description = "A Python library for communicating with devices from Axis Communications"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

MIN_PY_VERSION = "3.11"
PACKAGES = find_packages(exclude=["tests", "tests.*"])
VERSION = "56"
VERSION = "57"

setup(
name="axis",
Expand Down

0 comments on commit 2af26fd

Please sign in to comment.