diff --git a/setup.py b/setup.py index 7d43211..5dad1c6 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ from setuptools import setup, find_packages -VERSION = "1.3.0" +VERSION = "1.3.1" + def readme(): """Return the contents of the project README file."""