From a0ca87f68ffad6e0dacc74e1349660ccc04b1187 Mon Sep 17 00:00:00 2001 From: Raghav Date: Sun, 29 Dec 2024 16:58:33 +0100 Subject: [PATCH] version bump --- dockershrink/cli.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.*"]