Skip to content

Commit 55de0ba

Browse files
committed
version 1.2.0
1 parent 8af0531 commit 55de0ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

click_command_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
import click
33

4-
__version__ = '1.1.0'
4+
__version__ = '1.2.0'
55

66

77
@click.command(name='tree')

setup.py

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

77
setup(
88
name='click-command-tree',
9-
version='1.1.1',
9+
version='1.2.0',
1010
description='click plugin to show the command tree of your CLI',
1111
long_description=README,
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)