diff --git a/setup.py b/setup.py index 48268950..c6dfff3f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup, find_packages -version = "0.3.6" +version = "0.3.7" test_deps = ["future", "twine", "pytest", "pytest-mock", "python-coveralls"]