Skip to content

Commit

Permalink
Bumped version to 0.4.0 with addition of enhancement options
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell committed Apr 16, 2020
1 parent 4896b70 commit 4c3f992
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Cruncher is a simple but powerful command line tool that optimizes images for the web.

[![Version](https://flat.badgen.net/badge/PyPI/v0.3.1)](https://pypi.org/project/cruncher/)
[![Version](https://flat.badgen.net/badge/PyPI/v0.4.0)](https://pypi.org/project/cruncher/)

## Installing

Expand Down Expand Up @@ -49,6 +49,6 @@ Please read the documentation for more details about these options and the other

## Contributors

[@danmorell](https://github.com/danielmorell)
[@danielmorell](https://github.com/danielmorell)

Copyright © 2019 [Daniel Morell](https://www.danielmorell.com/)
Copyright © 2020 [Daniel Morell](https://www.danielmorell.com/)
2 changes: 1 addition & 1 deletion cruncher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Local Imports
from .core import CrunchHandler, OUTPUT_FILE_FORMATS, ERROR_HANDLING

__version__ = '0.3.1'
__version__ = '0.4.0'


@click.command()
Expand Down

0 comments on commit 4c3f992

Please sign in to comment.