We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cce06f commit 07ef0e2Copy full SHA for 07ef0e2
click_completion/__init__.py
@@ -15,7 +15,7 @@
15
16
from click import echo, MultiCommand, Option, Argument, ParamType
17
18
-__version__ = '0.4.0'
+__version__ = '0.3.0'
19
20
_invalid_ident_char_re = re.compile(r'[^a-zA-Z0-9_]')
21
0 commit comments