diff --git a/README.md b/README.md index 27acac18..3e900aec 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ ## Getting Started +### Cloud Hosting + +Get started with your personal or business site with a few clicks on [Frappe Cloud](https://frappecloud.com/marketplace/apps/crm). + ### Self-hosting If you prefer self-hosting, follow the official [Frappe Bench Installation](https://github.com/frappe/bench#installation) instructions. @@ -77,6 +81,10 @@ If you prefer self-hosting, follow the official [Frappe Bench Installation](http Join our [telegram group](https://t.me/frappecrm) for instant help. +## Documentation + +Check out the [official documentation](https://docs.frappe.io/crm) for more details. + ## License [GNU Affero General Public License v3.0](LICENSE) diff --git a/crm/__init__.py b/crm/__init__.py index 7a0660b4..88a7e16c 100644 --- a/crm/__init__.py +++ b/crm/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.0.1' +__version__ = '1.0.0'