diff --git a/setup.py b/setup.py index a81eb67..05b730a 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from codecs import open as fopen DIR = dirname(abspath(__file__)) -VERSION = '0.5.0' +VERSION = '0.5.1' with fopen(join(DIR, 'README.rst'), encoding='utf-8') as f: long_description = f.read()