From 724f2a3e47376ab28247de28b9c6a030a7fd5500 Mon Sep 17 00:00:00 2001 From: Raghav Date: Tue, 10 Dec 2024 15:00:25 +0100 Subject: [PATCH] version bump --- dockershrink/cli.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockershrink/cli.py b/dockershrink/cli.py index 5e17ad1..9559966 100644 --- a/dockershrink/cli.py +++ b/dockershrink/cli.py @@ -15,7 +15,7 @@ # Initialize colorama init(autoreset=True) -VERSION = "0.1.3" +VERSION = "0.1.4" def main(): diff --git a/pyproject.toml b/pyproject.toml index c1cb00e..324e4e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"