From e956344887f2f9bb55ceb0c3f68b3b146efba2f9 Mon Sep 17 00:00:00 2001 From: Xieyt Date: Sat, 29 Jun 2024 00:16:29 +0530 Subject: [PATCH] bump v0.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9e7e88..8a929c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "frappe-manager" -version = "0.15.0" +version = "0.16.0" license = "MIT" repository = "https://github.com/rtcamp/frappe-manager" description = "A CLI tool based on Docker Compose to easily manage Frappe based projects. As of now, only suitable for development in local machines running on Mac and Linux based OS."