Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Perform the following steps to install the pre-commit hook:
```yaml
repos:
- repo: https://github.com/cycodehq-public/cycode-cli
rev: 0.1.6
rev: 0.2.2
hooks:
- id: cycode
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion cyclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .config import logger

__version__ = "0.2.1"
__version__ = "0.2.2"


__all__ = [
Expand Down