Skip to content

Commit 1ac8922

Browse files
authored
release cli 0.2.0v (#75)
0.2.0v
1 parent 28e9ea4 commit 1ac8922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/__init__.py

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

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.1.7"
3+
__version__ = "0.2.0"
44

55

66
__all__ = [

0 commit comments

Comments
 (0)