From 123bf3e7e12ec1452eea01bd1ada0e710e9a8082 Mon Sep 17 00:00:00 2001 From: adayush Date: Thu, 18 Jul 2024 11:06:38 +0530 Subject: [PATCH] bumped minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0933656..35591a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olamaps" -version = "0.4.0" +version = "0.5.0" description = "Python client library for Ola Maps API Web Services" license = "MIT" authors = ["adayush "]