Skip to content

Commit

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

[tool.bumpver]
current_version = "0.1.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
current_version = "0.1.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
tag = 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.0"
__version__ = "0.1.1"
__all__ = ["ciscoconfaudit"]
PY_MAJ_VER = 3
PY_MIN_VER = 8
Expand Down

0 comments on commit 11d3423

Please sign in to comment.