Skip to content

Commit

Permalink
chore: bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Sep 10, 2024
1 parent 3495a72 commit cafe3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .utils.cli import success, warning

__version__ = "0.11.0"
__version__ = "0.11.1"


# Checking gitops version matches cluster repo version.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "gitops"
version = "0.11.0"
version = "0.11.1"
description = "Manage multiple apps across one or more k8s clusters."
requires-python = ">=3.12"
readme = "README.md"
Expand Down

0 comments on commit cafe3c2

Please sign in to comment.