Skip to content

Commit a024431

Browse files
committed
Bump version to 1.1.0
1 parent 7e43cfc commit a024431

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.0.2'
4+
__version__ = '1.1.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.0.2',
9+
version='1.1.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)