Skip to content

Commit 47f0ac7

Browse files
committed
Bump version number
- I broke 1.0.1 on pypi, and deleted it, without knowing you can't redeploy that same version number. Oops. Now we're at 1.0.2
1 parent 118e384 commit 47f0ac7

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,6 +1,6 @@
11
import click
22

3-
__version__ = '1.0.1'
3+
__version__ = '1.0.2'
44

55

66
@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.1',
9+
version='1.0.2',
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)