Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
duaraghav8 committed Dec 10, 2024
1 parent 9ecd32e commit 724f2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockershrink/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Initialize colorama
init(autoreset=True)

VERSION = "0.1.3"
VERSION = "0.1.4"


def main():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dockershrink"
version = "0.1.3"
version = "0.1.4"
description = "Commandline tool to reduce the size of your Docker Images"
readme = "README.md"
requires-python = ">=3.6"
Expand Down

0 comments on commit 724f2a3

Please sign in to comment.