From d327f11a6e5e2161ee301832eb81ca77a07cc737 Mon Sep 17 00:00:00 2001 From: Jash Parekh Date: Sat, 30 Sep 2023 14:14:32 +0530 Subject: [PATCH] Bump version to 0.65.0 (#480) --- README.md | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e81b32c..609c92ac 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,6 @@ print(podman.ps()) ... ``` - ## Contributing Any and all PRs are welcome. Please see [this documentation](./CONTRIBUTING.md). diff --git a/pyproject.toml b/pyproject.toml index 9778abf2..5c726337 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-on-whales" -version = "0.64.3" +version = "0.65.0" description = "A Docker client for Python, designed to be fun and intuitive!" readme = "README.md" license = { file = "LICENSE" }