Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
duaraghav8 committed Dec 29, 2024
1 parent 936a924 commit a0ca87f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4"
VERSION = "0.1.5"


def main():
Expand Down
4 changes: 2 additions & 2 deletions 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.4"
version = "0.1.5"
description = "Commandline tool to reduce the size of your Docker Images"
readme = "README.md"
requires-python = ">=3.6"
Expand Down Expand Up @@ -40,4 +40,4 @@ repository = "https://github.com/duaraghav8/dockershrink"
documentation = "https://github.com/duaraghav8/dockershrink#readme"

[tool.setuptools.packages.find]
include = ["dockershrink", "dockershrink.*"]
include = ["dockershrink", "dockershrink.*"]

0 comments on commit a0ca87f

Please sign in to comment.