diff --git a/README.md b/README.md index e15271a..7809a81 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Better APIs for Frappe! -⚠️ **Alert: Beta Version** -This project is currently in beta. Expect changes and improvements as we work towards a stable release. - ## Why? The goal is to build a better API framework for Frappe. diff --git a/docs/index.md b/docs/index.md index 3726518..987d48c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,9 +2,6 @@ Better APIs for Frappe! -⚠️ **Alert: Beta Version** -This project is currently in beta. Expect changes and improvements as we work towards a stable release. - ## Why? The goal is to build a better API framework for Frappe. diff --git a/frappeapi/__init__.py b/frappeapi/__init__.py index 1120b2d..1c9f934 100644 --- a/frappeapi/__init__.py +++ b/frappeapi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" from fastapi.datastructures import UploadFile # noqa: F401 from fastapi.params import (