diff --git a/setup.py b/setup.py index 9487a90..2f723ff 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup -version = "0.0.2" +version = "0.0.3" long_description = open(f"README.md").read()