diff --git a/setup.py b/setup.py index 0781a2b..8b5a457 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -version = "0.1.18" +version = "0.1.19" with open("README.md", "r") as fh: long_description = fh.read()