diff --git a/setup.py b/setup.py index 0808190..569b58e 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__version__ = "0.1.2" +__version__ = "0.1.3" with open("README.md", "r") as fh: long_description = fh.read()