diff --git a/dockershrink/cli.py b/dockershrink/cli.py index 9559966..a7fd279 100644 --- a/dockershrink/cli.py +++ b/dockershrink/cli.py @@ -15,7 +15,7 @@ # Initialize colorama init(autoreset=True) -VERSION = "0.1.4" +VERSION = "0.1.5" def main(): diff --git a/pyproject.toml b/pyproject.toml index 324e4e6..2349f01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dockershrink" -version = "0.1.4" +version = "0.1.5" description = "Commandline tool to reduce the size of your Docker Images" readme = "README.md" requires-python = ">=3.6" @@ -40,4 +40,4 @@ repository = "https://github.com/duaraghav8/dockershrink" documentation = "https://github.com/duaraghav8/dockershrink#readme" [tool.setuptools.packages.find] -include = ["dockershrink", "dockershrink.*"] \ No newline at end of file +include = ["dockershrink", "dockershrink.*"]