From 59ae29c3201ba248ebe25d4fa5b5a758ef5d56da Mon Sep 17 00:00:00 2001 From: saif Date: Thu, 7 Nov 2024 20:10:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frappeapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappeapi/__init__.py b/frappeapi/__init__.py index 1ba7c43..81afd9c 100644 --- a/frappeapi/__init__.py +++ b/frappeapi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.1" +__version__ = "0.1.0" from fastapi.datastructures import UploadFile # noqa: F401 from fastapi.params import (