From a2b69000ca0c85e0ca854200b2779222bc6fdcc5 Mon Sep 17 00:00:00 2001 From: Clifton Barnes Date: Tue, 16 Aug 2022 09:44:51 -0400 Subject: [PATCH] Version 4.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a623766..7e7cc99 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ else: name = 'python-libarchive' -version = '4.1.1' +version = '4.1.2' readme = 'README.rst' repourl = 'https://github.com/smartfile/python-libarchive' long_description = open(readme).read()