Skip to content

Commit

Permalink
Bump version 0.1.1 to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tes3awy committed Feb 15, 2024
1 parent 609f5a0 commit 1d3d93c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ciscoconfaudit"
version = "0.1.1"
version = "0.1.2"
description = "A Cisco IOS & IOS-XE configuration audit tool"
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -43,7 +43,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.bumpver]
current_version = "0.1.1"
current_version = "0.1.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/ciscoconfaudit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from rich.console import Console
from rich.table import Table

__version__ = "0.1.1"
__version__ = "0.1.2"
__all__ = ["ciscoconfaudit"]
PY_MAJ_VER = 3
PY_MIN_VER = 8
Expand Down

0 comments on commit 1d3d93c

Please sign in to comment.