From 40cf9bafece38e429c30fa2db46343db7e609e6c Mon Sep 17 00:00:00 2001 From: Jeff Kent Date: Tue, 6 Aug 2024 00:30:38 -0500 Subject: [PATCH] bump version for bugfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04e9bcc..8c892af 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import Extension, setup NAME = 'bchlib' -VERSION = '2.1.1' +VERSION = '2.1.2' DESCRIPTION = 'A python wrapper module for the Linux kernel BCH library.' URL = 'https://github.com/jkent/python-bchlib' EMAIL = 'jeff@jkent.net'