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 8af0531 commit 55de0baCopy full SHA for 55de0ba
click_command_tree.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
import click
3
4
-__version__ = '1.1.0'
+__version__ = '1.2.0'
5
6
7
@click.command(name='tree')
setup.py
@@ -6,7 +6,7 @@
setup(
8
name='click-command-tree',
9
- version='1.1.1',
+ version='1.2.0',
10
description='click plugin to show the command tree of your CLI',
11
long_description=README,
12
long_description_content_type='text/markdown',
0 commit comments