diff --git a/setup.py b/setup.py index beb2e45..624d2f0 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup import os -version = (1, 26, 0) +version = (1, 26, 1) from os import path this_directory = path.abspath(path.dirname(__file__))