Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cdot65 committed Jan 21, 2024
1 parent 43a11ff commit e06b428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -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]
Expand Down

0 comments on commit e06b428

Please sign in to comment.