diff --git a/setup.py b/setup.py index f498104..e1df28d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding:utf-8 -*- import setuptools -version = "0.2.9" +version = "0.2.10" with open("README.rst", "r") as fh: long_description = fh.read()