diff --git a/setup.py b/setup.py index 4be34ba..d9b3646 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(fname): return io.open(file_path, encoding="utf-8").read() -version = "0.6.0" +version = "0.7.0" with open("README.md", "r") as fh: long_description = fh.read()