From 5c19f809e1c9dd1b0d4aa8b197887354b8089fc1 Mon Sep 17 00:00:00 2001 From: Subho Halder Date: Fri, 25 Jun 2021 11:40:33 +0530 Subject: [PATCH] =?UTF-8?q?v0.1.3=20=E2=86=92=20v0.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30c41e0..796e3b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "postmanparser" -version = "0.1.3" +version = "0.1.4" description = "Postman collection parser for python" authors = ["Appknox "] license = "Apache-2.0"