From c7677411bfc4ab5701d343bc6ebd9e35c990e80e Mon Sep 17 00:00:00 2001 From: Clifton Barnes Date: Tue, 27 Sep 2022 08:40:58 -0400 Subject: [PATCH] Version 4.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9278bb..b87bfc1 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ name = 'python-libarchive' -version = '4.2.0' +version = '4.2.1' readme = 'README.rst' repourl = 'https://github.com/smartfile/python-libarchive' long_description = open(readme).read()