diff --git a/setup.py b/setup.py index b8a6d2c..5865618 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup, find_packages -__version__ = "0.0.2" +__version__ = "0.0.3" with open('README.md', 'r', encoding='utf-8') as fh: long_description = fh.read()