diff --git a/.travis.yml b/.travis.yml
index 86e8121..ebe298d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ dist: xenial
python:
- "3.6"
- "3.7"
- - "3.8"
# command to install dependencies
install:
- pip install -r requirements.txt
diff --git a/README.md b/README.md
index 194ac13..ac45590 100755
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-
-
"]
diff --git a/setup.py b/setup.py
index f6afeea..595db88 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ with open("README.md", "r") as f:
setup(
name="PyPortfolioOpt",
- version="0.5.4",
+ version="0.5.5",
description="Financial portfolio optimisation in python",
long_description=desc,
long_description_content_type="text/markdown",