Skip to content

Commit 0cf31b8

Browse files
authored
CLI release 0.2.2v (#85)
1 parent ca5bbc6 commit 0cf31b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Perform the following steps to install the pre-commit hook:
150150
```yaml
151151
repos:
152152
- repo: https://github.com/cycodehq-public/cycode-cli
153-
rev: 0.1.6
153+
rev: 0.2.2
154154
hooks:
155155
- id: cycode
156156
language_version: python3

cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"

cyclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .config import logger
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"
44

55

66
__all__ = [

0 commit comments

Comments
 (0)