diff --git a/setup.py b/setup.py index c703e8a1..668e9f78 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -VERSION = "0.3.3" +VERSION = "0.3.4" with open("README.md", "r") as fh: long_description = fh.read()