diff --git a/panos/__init__.py b/panos/__init__.py index 97d534a1..1651acd7 100755 --- a/panos/__init__.py +++ b/panos/__init__.py @@ -26,7 +26,7 @@ __author__ = "Palo Alto Networks" __email__ = "devrel@paloaltonetworks.com" -__version__ = "1.12.0" +__version__ = "1.12.1" import logging diff --git a/pyproject.toml b/pyproject.toml index 92095b7a..ac66a359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pan-os-python" -version = "1.12.0" +version = "1.12.1" description = "Framework for interacting with Palo Alto Networks devices via API" authors = ["Palo Alto Networks "] license = "ISC"