diff --git a/setup.py b/setup.py index 8c892af..d5ae601 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import Extension, setup NAME = 'bchlib' -VERSION = '2.1.2' +VERSION = '2.1.3' DESCRIPTION = 'A python wrapper module for the Linux kernel BCH library.' URL = 'https://github.com/jkent/python-bchlib' EMAIL = 'jeff@jkent.net'