Skip to content

Commit 07ef0e2

Browse files
committed
Revert "bump version to 0.4.0"
0.3.0 is not yet released This reverts commit f377183.
1 parent 8cce06f commit 07ef0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

click_completion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from click import echo, MultiCommand, Option, Argument, ParamType
1717

18-
__version__ = '0.4.0'
18+
__version__ = '0.3.0'
1919

2020
_invalid_ident_char_re = re.compile(r'[^a-zA-Z0-9_]')
2121

0 commit comments

Comments
 (0)