Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
whwright committed Feb 9, 2019
1 parent 118e384 commit 47f0ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion click_command_tree.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import click

__version__ = '1.0.1'
__version__ = '1.0.2'


@click.command(name='tree')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='click-command-tree',
version='1.0.1',
version='1.0.2',
description='click plugin to show the command tree of your CLI',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 47f0ac7

Please sign in to comment.