From e06b428dd399a0f6a56ddec97fa57b5d5517071a Mon Sep 17 00:00:00 2001 From: Calvin Remsburg Date: Sun, 21 Jan 2024 15:48:44 +0000 Subject: [PATCH] version bump --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f17fe92..fdaf077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pan-os-upgrade" -version = "0.1.1" +version = "0.1.2" description = "Python script to automate the upgrade process of PAN-OS firewalls." authors = ["Calvin Remsburg "] license = "Apache 2.0" @@ -12,7 +12,7 @@ python = "^3.11" pan-os-python = "^1.11.0" panos-upgrade-assurance = "^0.3.1" pydantic = "^2.5.3" -typer = {extras = ["all"], version = "^0.9.0"} +typer = { extras = ["all"], version = "^0.9.0" } setuptools = "^69.0.3" [tool.poetry.group.dev.dependencies]