Skip to content

Commit f0586b4

Browse files
committed
feat: bump version 1.0.1
1 parent 96e37a9 commit f0586b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyclier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Pyclier - A python CLI framework base on argparse, supporting: config system, command-completion, rich-text log and so on."""
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.1"
44
__author__ = """zhangxianbing"""
55
__email__ = "zhangxianbing09@163.com"
66

0 commit comments

Comments
 (0)