diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f207675..f4e8192 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -130,7 +130,7 @@ and the [CodeQL Analysis YML](https://github.com/sr-murthy/fsrapiclient/blob/mai
## Versioning and Releases
-The [PyPI package](https://pypi.org/project/fsrapiclient/) is currently at version `0.4.0`.
+The [PyPI package](https://pypi.org/project/fsrapiclient/) is currently at version `0.5.0`.
There is currently no dedicated pipeline for releases - both [GitHub releases](https://github.com/sr-murthy/fsrapiclient/releases) and [PyPI packages](https://pypi.org/project/fsrapiclient) are published manually, but both have the same version tag.
diff --git a/README.md b/README.md
index ad1d2c2..c8ee5df 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
A lightweight Python client library for the UK [Financial Services Register](https://register.fca.org.uk/s/) [RESTful API](https://register.fca.org.uk/Developer/s/).
-The [PyPI package](https://pypi.org/project/fsrapiclient) is currently at version `0.4.0`.
+The [PyPI package](https://pypi.org/project/fsrapiclient) is currently at version `0.5.0`.
The Financial Services Register, or FS Register, is a **public** database of all firms, individuals, funds, and other entities, that are either currently, or have been previously, authorised and/or regulated by the UK [Financial Conduct Authority (FCA)](https://www.fca.org.uk) and/or the [Prudential Regulation Authority (PRA)](http://bankofengland.co.uk/pra).
diff --git a/docs/index.rst b/docs/index.rst
index 8893b66..e3cdfb0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -8,7 +8,7 @@ fsrapiclient
A lightweight Python client library for the UK `Financial Services Register `_ `RESTful API `_.
-The `PyPI package `_ is currently at version `0.2.1`.
+The `PyPI package `_ is currently at version `0.5.0`.
The Financial Services Register, or FS Register, is a **public** database of all firms, individuals, funds, and other entities, that are either currently, or have been previously, authorised and/or regulated by the UK `Financial Conduct Authority (FCA) `_ and/or the `Prudential Regulation Authority (PRA) `_.
diff --git a/src/fsrapiclient/__version__.py b/src/fsrapiclient/__version__.py
index 7e443c5..4893b85 100644
--- a/src/fsrapiclient/__version__.py
+++ b/src/fsrapiclient/__version__.py
@@ -1,2 +1,2 @@
-__version__ = "0.4.0"
+__version__ = "0.5.0"