Skip to content

Commit

Permalink
Bump to v58 (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Mar 22, 2024
1 parent 39255aa commit d8a8e81
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 = "57"
version = "58"
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 = "57"
VERSION = "58"

setup(
name="axis",
Expand Down

0 comments on commit d8a8e81

Please sign in to comment.