-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Missed click_plugins/__init__.py when doing v1.1. No changes other than fixing the version mismatch.
- Loading branch information
1 parent
91d9605
commit 1f9f53e
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ def subcommand(arg): | |
from click_plugins.core import with_plugins | ||
|
||
|
||
__version__ = '1.0.5' | ||
__version__ = '1.1.1' | ||
__author__ = 'Kevin Wurster, Sean Gillies' | ||
__email__ = '[email protected], [email protected]' | ||
__source__ = 'https://github.com/click-contrib/click-plugins' | ||
|