diff --git a/README.md b/README.md
index a84c364..b098376 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ $ pip install pandas_ta
Latest Version
--------------
-Best choice! Version: *0.3.04b*
+Best choice! Version: *0.3.05b*
* Includes all fixes and updates between **pypi** and what is covered in this README.
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
@@ -213,8 +213,7 @@ Thanks for using **Pandas TA**!
_Thank you for your contributions!_
-
-
+
diff --git a/setup.py b/setup.py
index 1d44faa..43ec343 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
"pandas_ta.volatility",
"pandas_ta.volume"
],
- version=".".join(("0", "3", "04b")),
+ version=".".join(("0", "3", "05b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",