diff --git a/setup.py b/setup.py index ea2075c..7254000 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = "1.3.0" +__version__ = "1.3.1" with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read()