diff --git a/README.md b/README.md
index 0c2758c..3e932b6 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Pandas TA - A Technical Analysis Library in Python 3
[](https://pypistats.org/packages/pandas_ta)
[](#stars)
[](#forks)
-[](#usedby)
+[](#usedby)
[](#contributors)
[](#issues)
[](#closed-issues)
@@ -113,7 +113,7 @@ $ pip install pandas_ta
Latest Version
--------------
-Best choice! Version: *0.3.32b*
+Best choice! Version: *0.3.33b*
* 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
@@ -214,7 +214,7 @@ Thanks for using **Pandas TA**!
_Thank you for your contributions!_
-
+
diff --git a/setup.py b/setup.py
index c848f34..719ff11 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
"pandas_ta.volatility",
"pandas_ta.volume"
],
- version=".".join(("0", "3", "32b")),
+ version=".".join(("0", "3", "33b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",