Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Feb 5, 2024
1 parent cb8b4bb commit 1f90dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions owners/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""CLI tool to inspect CODEOWNERS file.
"""

from ._cli import entrypoint

__version__ = '0.1.1'
__version__ = '0.1.2'
__all__ = ['entrypoint', '__version__']

0 comments on commit 1f90dc5

Please sign in to comment.