Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Commit

Permalink
"Bump version 1.0.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
edyan committed Jul 6, 2019
1 parent 927350a commit 183f09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@click.command(help="""Clean Docker containers, images, volumes and networks
that are not in use""", name="docker-clean")
@click.version_option('1.0.1')
@click.version_option('1.0.2')
@click.option('--force', '-f', help="Do it", is_flag=True)
@click.option('--containers/--no-containers', '-c/', help="Remove containers", is_flag=True, default=True)
@click.option('--images/--no-images', '-i/', help="Remove images", is_flag=True, default=True)
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 @@
if os.name == 'nt':
extra_packages.append('pypiwin32')

__version__ = '1.0.1'
__version__ = '1.0.2'

# Get the long description from the README file
def readme():
Expand Down

0 comments on commit 183f09d

Please sign in to comment.