diff --git a/README.md b/README.md
index e12bc0c..e1d5b56 100755
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
![Python >= 3.8](https://img.shields.io/badge/python->=3.8-red.svg) [![](https://badgen.net/github/release/deedy5/duckduckgo_search)](https://github.com/deedy5/duckduckgo_search/releases) [![](https://badge.fury.io/py/duckduckgo-search.svg)](https://pypi.org/project/duckduckgo-search) [![Downloads](https://static.pepy.tech/badge/duckduckgo-search)](https://pepy.tech/project/duckduckgo-search) [![Downloads](https://static.pepy.tech/badge/duckduckgo-search/week)](https://pepy.tech/project/duckduckgo-search)
-# Duckduckgo_search v5.0b1
+# Duckduckgo_search v5.0
Search for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. Downloading files and images to a local hard drive.
-**⚠️ Warning: it is better to use AsyncDDGS in asynchronous code**
-
-:bangbang: v5.0 brings breaking changes. Try pre-release `pip install -U --pre duckduckgo_search` and test your code.
+⚠️ Warning: it is better to use AsyncDDGS in asynchronous code
+:bangbang: v5.0 brings breaking changes: all functions are now not generators, but return a list of dictionaries.
## Table of Contents
* [Install](#install)
diff --git a/duckduckgo_search/version.py b/duckduckgo_search/version.py
index e2535b5..a7fd423 100755
--- a/duckduckgo_search/version.py
+++ b/duckduckgo_search/version.py
@@ -1 +1 @@
-__version__ = "5.0b1"
+__version__ = "5.0"