Skip to content

Commit

Permalink
Merge pull request #23 from matejkosiarcik/develop
Browse files Browse the repository at this point in the history
Automated PR
  • Loading branch information
mergify[bot] committed May 27, 2021
2 parents faaf033 + 4957dd1 commit 38658bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## \[Unreleased\]
## \[0.2.2\] - 2021-05-27

- Changed
- Optimize docker
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def main(argv: Optional[List[str]]):

# parse arguments
parser = argparse.ArgumentParser(prog="millipng")
parser.add_argument("-V", "--version", action="version", version="%(prog)s 0.2.0")
parser.add_argument("-V", "--version", action="version", version="%(prog)s 0.2.2")
parser.add_argument(
"-l",
"--level",
Expand Down

0 comments on commit 38658bb

Please sign in to comment.